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
why static class in java
What is a class loader?
What are the different methods of identifying an object?
how do you Handle Front End Application data against DB with example?
What is the difference between the string and stringbuffer classes?
What are the call back methods in entity bean?
How are the elements of a borderlayout organized?
How will you pass parameters in RMI? Why do you serialize?
What is a class loader? What are the different class loaders used by jvm?
What are the diff types of exception?
What’s jboss jbpm?
Why won’t the jvm terminate when I close all the application windows?
What is clustering? What are the different algorithms used for clustering?
Explain about RMI Architecture?
Explain ioc concept?