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 to make sure a servlet is loaded at the application startup?
Differentiate between the web server and application server?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What are the steps that are involved in using the httpservlet class?
Why the concept of single thread model interface is used?
Explain the working of service() method of a servlet.
What are life cycle methods of a servlet?
Explain the custom jsp tags and the beans.
Explain how does JSP handle run-time exceptions?
What is cgi and what are its drawbacks?
How we can create war file in servlet?
How do servlets work?
What is called Scriptlet?
What are the phases of the servlet life cycle?
What does the term localization refer to?