Level:-Basic
|
Q(1) |
______ in JSP represents the state of the application i.e. data and business logic. |
A  | Model |
B  | View |
C  | Controller |
D  | src |
Q(2) |
By default, all JSPs are considered thread-safe. |
A  | True |
B  | False |
Level:-Intermediate
|
Q(1) |
A JSP page consists of ______. |
A  | HTML tags |
B  | JSP tags |
C  | DHTML tags |
D  | Both A and B |
Q(2) |
______ pass information from JSP to included JSP. |
A  | <%jsp:page> tag |
B  | <%jsp:import> tag |
C  | <%jsp:useBean> tag |
D  | None of the above |
Level:-Expert
|
Q(1) |
Which of the following JSP variable is not available within a JSP expression? |
A  | out |
B  | httpsession |
C  | request |
D  | response |
Q(2) |
Which is legal attribute of page directive? |
A  | include |
B  | scope |
C  | errorPage |
D  | debug |