Answer Posted / yuga.reddi08
Jsps are good at presentation and servlets are good at
ApplicationLogic(Controller).Excution time for Jsps are
more comapared to Servlet because at 1st request coming
from Jsp then Jsp translator is converted into servlet and
then processing..Servlet are precompile but jsp are
complilec by container.
Jsps are Html inside java code where as servlets are Java
inside Html.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Explain ioc concept?
Is a class a subclass of itself?
What is the difference between system.out ,system.err and system.in?
Should synchronization primitives be used on bean methods?
What is the relationship between an event-listener interface and an event-adapter class?
What restrictions are placed on the location of a package statement within a source code file?
Difference between new operator and class.forname().newinstance()?
Is infobus easy to use?
Difference between swing and awt?
What’s jboss jbpm?
Is there a guarantee of uniqueness for entity beans?
How can I avoid validating a form before data is entered?
What are the different class loaders used by jvm?
Which javutil classes and interfaces support event handling?
What is the difference between the session.get() method and the session.load() method?