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
Is there a guarantee of uniqueness for entity beans?
how do you Handle Front End Application data against DB with example?
What is mdb and what is the special feature of that?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
how to use debug in my elipse to solve problems that exist in my project
What state does a thread enter when it terminates its processing?
What are the design considerations while making a choice between using interface and abstract class?
What is the map interface?
What are the different approaches to represent an inheritance hierarchy?
What is the difference between the string and stringbuffer classes?
which type of objects reference will be given to client?
What are local interfaces? Describe.
Difference between loadclass and class.forname?
How to deploy Jar, War files in J2EE?
what are RemoteObjects?