The tag %@include file=”.........” % > helps in including the ______ file in the JSP page
readOnly==
dynamic
static==
None of the above
When a JSP page is compiled, what is it turned into?
Applet
Servlet
Application
Midlet
Which tag in the jsp is used to define the error page
location
exception-type
error-page
Which of the tag is used to show the comments in the JSP page
Which codeline must be set before any of the lines that use the PrintWriter
setContentWriter()
setWriter()
setPrintType()
setContentType()
Implementing the tag < %@ page isThreadSafe="false" % >implements the SingleThreadModel interface making the Jsp
content safe
synchornised
thread safe
The error message displayed when the page is not found at the correct location
550
440
505
404
The jsp:plugin tag is used to insert the browser-specific OBJECTS and EMBED elements
True
False
Which of the following statement is true for the include directive Can be used to incorporate contents from static documents
It offers option of sharing local variables and better run time efficiency
Provides benefit of automatic recompilation
It is processed during translation and compilation and does not impose any restrictions on output buffering
none of the above
Which of the following statement is true for the tag
Can be used to incorporate contents from static documents
Can include dynamically generated output