Question 6. Assuming that the
servlet container is distributed across multiple JVMs. Which of the following statements are correct?
a>A separate instance of a non-default servlet context will be available on each of the JVM.
b>A separate instance of all servlet context will be available on each of the JVMs
c>The default servlet context will be present only on one of the JVMs
d>There is only one instance of servlet contexts across all the JVMs
Answer???
What are these default and non-default servlet context.Please explain them? source

ont know exactly from where i noted it
[ June 02, 2008: Message edited by: pradeep singh ]