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
Can you send an authentication error from a servlet?
Is servlet thread safe?
What are the types of an http request?
What do you mean by url pattern in servlet?
How do we go with database connection and log4j integration in servlet?
What mechanisms are used by a Servlet Container to maintain session information?
What is the difference between the http servlet and generic servlet?
Why is Servlet so popular?
What are the uses of servlet
What are common tasks performed by Servlet Container?
What are the objects involved when a servlet receives a call from client?
What is the capacity the doget can send to the server?
How does java thread pool work?
What is the life-cycle of servlets?
what is multiple server?