|
SCWCD : JSP implicit objects Mock Exam Practice Questions
Questions no -1
Which of the following is not implicit object in JSP ?
options
A)request
B)response
C)page
D)system
Correct answer is : D
Explanations : JSP implicit objects are: (a) request, (b) response, (c) out, (d) session,
(e) config, (f) application, (g) page, (h) pageContext, and (i) exception
Questions no -1
What is the scope of response object?
options
A)request
B)response
C)page
D)session
Correct answer is : C
Explanations : scope of response object is page.
| |