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
Is that servlet is pure java object or not?
What is a servlet engine?
How to get the path of servlet in the server?
Write a command to get actual path of a servlet to the server?
What do you mean by cgi and what are its drawbacks?
What are the ways to handle multi-threading in servlets?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What are the objects involved when a servlet receives a call from client?
Is dispatcher servlet a singleton?
If servlet receives multiple requests, how many objects will it create?
What is servlet mapping?
What do you mean by chaining in servlet?
Define the lifecycle for executing a jsp page.
What is Request Dispatcher?
Why HttpServlet class is declared abstract?