aspose file tools
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Q 8 from chap6 of Manning book Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Q 8 from chap6 of Manning book" Watch "Q 8 from chap6 of Manning book" New topic
Author

Q 8 from chap6 of Manning book

vijaya bacina
Ranch Hand

Joined: Aug 23, 2005
Posts: 155
which of the following is not a requirment of a distributable web-application(select one)
a)it cannot depend on notification events generated due to changes in Servletcontext attribute list
b) it cannot depend on notification events generated due to changes in Session attribute list
c)it cannot depend on notification events generated when session is activated or passivated
d)it cannot depend on notification events generated when servletcontext is created or destroyed
e)it cannot depend on notification events generated when Session is created or destroyed

answer given is c:
IS B incorrect???
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Q 8 from chap6 of Manning book
 
Similar Threads
Doubt in Servlet Mapping
SCWCD Study Kit Chapter 6, question 8?
HttpSessionAttributeListener Question
Doubts regarding Servlet
Behaviour of distributed web application.