21. |
Which option is true about session scope?
|
||||||||
Answer:
Option (c) |
22. |
After the translation time,_____ is not part of _jspService().
|
||||||||
Answer:
Option (a) |
23. |
_jspService()of HttpJspPage class should not be overridden.
|
||||
Answer:
Option (a) |
24. |
In JSP Action tags, which tags are used for bean development?
|
||||||||
Answer:
Option (d) |
25. |
Which two interfaces does the javax.servlet.jsp package have?
|
||||||||
Answer:
Option (a) |
26. |
How many jsp implicit objects are there and these objects are created by the web container that are available to all the jsp pages?
|
||||||||
Answer:
Option (c) |
27. |
_____ includes the file at translation whereas the ______ includes the file at runtime.
|
||||||||
Answer:
Option (c) |
28. |
Identify the correct code.
|
||||||||
Answer:
Option (a) |
29. |
Which tag is used to set value of javaBean?
|
||||||||
Answer:
Option (b) |
30. |
Which of the following is true about Cleanup phase in JSP life cycle?
|
||||||||
Answer:
Option (c) |