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 |
What is jstl core tags?
Which is best centre in chennai.. i am wil study to java... pls help me..
Why jsp is better over static html also explain lifecycle of a jsp?
What is the jsp:setproperty action?
What is a jsp file?
How many tags are there in jsp?
Can constructor be used instead of init(), to initialize servlet?
Can jsp contain javascript?
Explain the difference between servletcontext and pagecontext in jsp?
Which two interfaces does the javax servlet jsp package have?
Why jsp and servlets are used?
How does error handling occur with jstl?