How the JSP file will be executed on the Server side?



How the JSP file will be executed on the Server side?..

Answer / Shobhit Kumar Tripathi

When a JSP file is requested, it is first compiled into a Servlet class by the JSP container. The generated Servlet class is then loaded and instantiated, and its service() method is called to handle the request.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

init() method of servlet loaded by?

3 Answers  


What is the difference between an applet and a servlet?

15 Answers   GCEW, Miracle Solutions,


What’s the difference between genericservlet and httpservlet?

1 Answers  


Which event is fired at the time of setting, getting or removing attribute from application scope?

1 Answers  


How do u authorize and authenticate without <auth> of web.xml

1 Answers   Bosch,


What are the steps that are required to handle the multi-threading?

1 Answers  


What is meant by cookies?

1 Answers  


Which is better jsp or servlet?

1 Answers  


What is the functionality of actionservlet and requestprocessor?

1 Answers  


Can we override destroy method in servlet?

1 Answers  


Explain request dispatcher and its methods.

1 Answers  


What is URL Encoding?

1 Answers  


Categories