The response.sendRedirect("……..”); is the response implicit object to redirect the browser to the different resource
Skill/Topic: Programming ConstructsA) TrueB) False
Skill/Topic: Programming ConstructsA) TrueB) False
Latest Answer : TrueThe action element enables a JSP page author to generate HTML for downloading the Java Plug-in, if it is not installed, and executing an applet. Specifically the action generates the OBJECT element for Internet Explorer or the EMBED ...
Skill/Topic: Programming ConstructsA) It defines the standard tag that works the same everywhere B) It is a single library and we can use it in multiple jsp containers C) It has support for the
Latest Answer : D)All of the above. ...
Under JSP 1.0 , the implicit object which can be used for reference is “this”. It is used to refer to the ______________
Skill/Topic: FundamentalsA) Servlet generated by the JSP page B) Servlet called by the jsp page C) Calling the previous JSP page D) None of the above
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
Skill/Topic: JSP Thread ModelA) Session AttributeB) Servlet context attributeC) Session ListenersD) Servlet context listeners
Latest Answer : SessionListeners ...
Skill/Topic: JSP Life CycleA) Objects with page scope are accessible only within the page where they are created.B) References to objects with page scope are stored in the pagecontext objectC) All references
Skill/Topic: JSP Life CycleA) Objects with request scope are accessible from pages processing the same request where they were created.B) All references to the object shall be released after the request
Which of the following statements is true regarding the scope of the ‘session’ in JSP? (Multiple choice)
Skill/Topic: JSP Life CycleA) Objects with session scope are accessible from pages processing requests that are in the same session as the one in which they were created.B) It is not legal to define an
Which of the following statements is true about the scope of ‘application’ in JSP ? (Multiple choice)
Skill/Topic: JSP Life CycleA) Objects with application scope are accessible from pages processing requests that are in the same application as they one in which they were created. B) All references to