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 |
init() method of servlet loaded by?
What is the difference between an applet and a servlet?
15 Answers GCEW, Miracle Solutions,
What’s the difference between genericservlet and httpservlet?
Which event is fired at the time of setting, getting or removing attribute from application scope?
How do u authorize and authenticate without <auth> of web.xml
What are the steps that are required to handle the multi-threading?
What is meant by cookies?
Which is better jsp or servlet?
What is the functionality of actionservlet and requestprocessor?
Can we override destroy method in servlet?
Explain request dispatcher and its methods.
What is URL Encoding?