Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Java EE - Interview Questions and Answers for 'Jsp life cycle' - 1 question(s) found - Order By Newest | ||||
| ||||
Ans. Translation of JSP PageCompilation of JSP PageClassloading (class file is loaded by the classloader)Instantiation (Object of the Generated Servlet is created).Initialization ( jspInit() method is invoked by the container).Reqeust processing ( _jspService() method is invoked by the container).Destroy ( jspDestroy() method is invoked by the container). | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  j2ee   servlets   servelets   web application   jsp   jsp life cycle   mindtree Asked in 9 Companies | ||||
Related Questions | ||||
Difference between the jsp scriptlet tag and jsp declaration tag? | ||||
What is a config Object? | ||||
What is a pageContext Object? | ||||
What are JSP directives ? What are different types of directives ? | ||||
What are JSP Scriptlets? | ||||
How can we remove a JSP page from getting cached ? | ||||
Ho do you share / transfer variables between JSP pages ? | ||||
Difference between Include Directive and include action in jsp | ||||
Difference between import and include directive in jsp | ||||