21. |
How is the dynamic interception of requests and responses to transform the information done?
|
||||||||
Answer:
Option (b) |
22. |
Find the correct session tracking techniques from the following.
i) Using Cookies ii) Using servlet object iii) Using session object iv) Using hidden fields v) Using context object vi) Using URL rewriting
|
||||||||
Answer:
Option (d) |
23. |
Which of the following is stored at client side?
|
||||||||
Answer:
Option (c) |
24. |
______ maximum size of cookie.
|
||||||||
Answer:
Option (a) |
25. |
How to invalidate a session?
|
||||||||
Answer:
Option (b) |
26. |
Which technique creates unique fields in the HTML which are not shown to the user?
|
||||||||
Answer:
Option (a) |
27. |
When the object of servlet context is created?
|
||||||||
Answer:
Option (c) |
28. |
How many servlet context object are there per web application?
|
||||||||
Answer:
Option (a) |
29. |
As long as web application is executing, ______object will be available, and it will be destroyed once the application is removed from the server.
|
||||||||
Answer:
Option (a) |
30. |
The _____ interface provides the facility of dispatching the request to another resource.
|
||||||||
Answer:
Option (d) |