-
JSP Life Cycle Benfits
What is the Life Cycle Benfits in JSP
-
-
-
-
-
-
What are implicit Objects available to theJSP Page?
Implicit objects are the objects available tothe JSP page. These objects are created by Webcontainer and contain information related to aparticular request, page, or application. The JSPimplicit objects are:Variable Class Descriptionapplication javax.servlet.ServletContext The contextfor the JSP page's servlet and any Web componentscontained in the same application.config javax.servlet.ServletConfig...
-
-
-
-
-
-
Which of the following are the implicit objects in JSP 1. Application, out 2. config, exception 3. page, pageContext 4. request, response, session
Skill/Topic: FundamentalsA) 1, 2 B) 2, 3 C) 2, 3, 4 D) 1, 2, 3, 4
-
-
-
-
-
-
-
JSP Interview Questions
Ans