Answer Posted / gayathri janarthanam
The JSP specification indicates that the translation can happen either during deployment time or when the JSP is requested for the first time...But most of the containers(TOMCAT for eg.,) does lazy loading ie., translates the JSP into servlet when the first request comes in...I have used the term traslation loosely here to mean "translating into servlet.java file and compiling into servlet.class file"...
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How can you run a servlet program?
Whats the advantages using servlets over using CGI?
How httpservlet is different from the genericservlet?
What’s the difference between genericservlet and httpservlet?
What is the inter-servlet communication?
Servlet is pure java object or not?
How do we go with database connection and log4j integration in servlet?
What are the life cycle methods of a servlet?
When jsessionid is created?
Write a program to show the functionality of servlets.
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
How many objects of a servlet is created?
Can you send an authentication error from a servlet?
What are different methods of session management in servlets?
Can you explain in detail 'javax.servlet' package?