adspace
Answer Posted / 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 View All Answers