| Author |
Order of initialization of elements in DD..
|
Kannan Rajendran
Greenhorn
Joined: Jul 04, 2008
Posts: 2
|
|
Hi, Can anyone let me know the answer for the below question? Select the correct sequence of actions that a servlet container performs before servicing any request. A.Instantiate listeners defined in the deployment descriptor B.Initialize filters defined in the deployment descriptor C.Initialize servlets that are set to load on startup D.Call the contextInitialized method on the listeners implementing ServletContextListener interface Thanks in Advance.
|
 |
Antonio Tercero
Ranch Hand
Joined: Jun 05, 2008
Posts: 110
|
|
|
The sequence is: ADBC
|
SCJP 5, SCWCD 5
|
 |
 |
|
|
subject: Order of initialization of elements in DD..
|
|
|