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 exactly are the functions of servlet?
How does tomcat servlet container work?
why we should override only no-agrs init() method.
What are the kinds of http requests?
Which method of the httpservletrequest object is used?
What is servlet configuration?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What is Client-Server Computing?
How can we create deadlock situation in servlet?
What is the difference between genericservlet and httpservlet
Is dispatcher servlet a singleton?
What is a web container and what is its responsibility?
What do you mean by web applications? Explain web application directory arrangement?
How to get the current httpsession object?
What is meant by Servlet? What are the parameters of service method?