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
What are some advantages of storing session state in cookies?
How to get the current httpsession object?
Which event is fired at the time of session creation and destroy?
What is difference between GenericServlet and HttpServlet?
How to get the path of servlet in the server?
Why do we use sendredirect() method?
What are the ways to handle multi-threading in servlets?
What is the purpose of inter-servlet communication?
What is called Scriptlet?
what is multiple server?
Explain the servlet context.
What is a servlet?
What are the types of servlet?
What is preinitialization of a servlet?
What is the use of java servlet api?