1. |
A JSP technically gets converted to a _____ during translation time.
|
||||||||
Answer:
Option (b) |
2. |
Except ______ phase, a JSP page is handled exactly like a Servlet
|
||||||||
Answer:
Option (a) |
3. |
______page directive should be used in JSP to generate a PDF.
|
||||||||
Answer:
Option (a) |
4. |
request is the instance of ______ class.
|
||||||||
Answer:
Option (d) |
5. |
_____ object can be used to access other implicit objects in JSP.
|
||||||||
Answer:
Option (b) |
6. |
______ method can be used to read a multiple values with same name, for example check box selections?
|
||||||||
Answer:
Option (d) |
7. |
What is default value of autoFlush Attribute?
|
||||
Answer:
Option (a) |
8. |
A scriptlet can contain which of the following:
i. JAVA language statements ii. Variable iii. EL scripting iv. Method declarations v. Expressions vi. directives
|
||||||||
Answer:
Option (a) |
9. |
Select the correct format of JSP comment.
|
||||||||
Answer:
Option (a) |
10. |
By convention, page directives are coded at ______ of the JSP page.
|
||||||||
Answer:
Option (a) |