March 2008
Intermediate to advanced
911 pages
20h 31m
English
When using a RequestDispatcher, the use of which methods can often lead to an IllegalStateException? (Choose all that apply.)
(Servlet v2.4 pg. 167)
| A. |
|
| B. |
|
| C. |
|
| D. |
|
| E. |
|
-An IllegalStateException is caused when a response has already been ‘committed’ to the client (the flush method does that), and then you attempt a forward.
Which statements about ServletContext initialization parameters are true? (Choose all that apply.)
(Servlet v2.4 pg. 31)
| A. | They should be used for data that changes rarely. |
| B. | They should be used for data that changes frequently. |
| C. | They can be accessed using
|
D. | They can be accessed ... |
Read now
Unlock full access