my dog learned polymorphism
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Order of initialization of elements in DD.. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Order of initialization of elements in DD.." Watch "Order of initialization of elements in DD.." New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Order of initialization of elements in DD..
 
Similar Threads
Doubt on Session Attribute and Web Deployment
container sequence
Please answer me this question.
Can anybody answer this question?
QueueConnectionFactory problem