Question: Which one is the correct order of phases in JSP life cycle?

Options

A : Initialization, Cleanup, Compilation, Execution

B : Initialization, Compilation, Cleanup, Execution

C : Compilation, Initialization, Execution, Cleanup

D : Cleanup, Compilation, Initialization, Execution

Click to view Correct Answer

Previous || Next

JSP more questions

Which attribute uniquely identification element?

Which is mandatory in <jsp:useBean /> tag?

Which is not a directive?

Which object stores references to the request and response objects?

Which of the following action variable is used to include....

Which one of the following is correct for directive in....

Can <!?comment?> and <%?comment?%> be used alternatively in JSP?

How private field can be called using reflection?

How private method can be called using reflection?

Java code is embedded under which tag in JSP?

Annotations more Online Exam Quiz

Client and Server

Debugging in Eclipse

Design Patterns

Java Beans

JDBC

JSP Elements

Reflection API

Servlet

Session Management

Web application