Which of the following is true
out class refers to the output stream for the http page
page class refers to the page Servlet interface
pageContext refers to the pages Servlet interface
config interface refers to the servlets configuration.
What is the role played by JSP in the MVC architecture
Model
View
Controller
None of the above
The jsp:plugin tag is used to insert the browser-specific OBJECTS and EMBED elements
True
False
The JspPage interface defines the __________ and ____ method which the page writer can use in their pages and are invoked in much the same manner as the ____ and _____ methods of a servlet.
jspInit(), jspDestroy(), init() , destroy()
init(),jspDestroy(),jspInit(),destroy()
destroy(),jspDestroy(),jspInit(),init()
init(),destroy(),jspInit(), jspDestroy()
Which of the following statements is true regarding the scope of the ‘session’ in JSP?
Objects with session scope are accessible from pages processing requests that are in the same session as the one in which they were created.
It is not legal to define an object with session scope from within a page that is not session-aware.
All references to the object shall be released after the associated session ends.
References to objects with session scope are stored in the session object associated with the page activation.
ServletContext class gives information about the Request?
There exists a direct API in JSP to verify that the browser accepted the cookie?
Domain name service (DNS) maps one particular IP address to a string of ___________.
characters
digits
special symbols
binary digits
What are the Keyword parameters in JOB statement?
CLASS,PRTY,MSGLEVEL
TYPRUN,NOTIFY,MSGCLS
Both 1 and 2
What does HTML stand for?
Hyper Text Makeup Language
Hyper Text Markup Language
Hyper Text MainframeLanguage
Hyper Text Machine Language