Can you explain what is jsp page life cycle?



Can you explain what is jsp page life cycle?..

Answer / Vibhuti Pandey

The JSP page life cycle consists of several phases, including the translation phase where the JSP source code is converted into Java servlet code; the compilation phase where the Java servlet code is compiled into bytecode; the load phase where the compiled class is loaded into memory; the initialization phase where a new instance of the JSP class is created and initialized; the service phase where the JSP page handles a request; and the destroy phase where the JSP object is destroyed when it's no longer needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What is jstl core tags?

1 Answers  


Which is best centre in chennai.. i am wil study to java... pls help me..

3 Answers  


Why jsp is better over static html also explain lifecycle of a jsp?

1 Answers  


What is the jsp:setproperty action?

1 Answers  


What is a jsp file?

1 Answers  


How many tags are there in jsp?

1 Answers  


Can constructor be used instead of init(), to initialize servlet?

1 Answers  


Can jsp contain javascript?

1 Answers  


Explain the difference between servletcontext and pagecontext in jsp?

1 Answers  


Which two interfaces does the javax servlet jsp package have?

1 Answers  


Why jsp and servlets are used?

1 Answers  


How does error handling occur with jstl?

1 Answers  


Categories