![]() |
JBridge: Certification Question Of The Day |
| JBridge Home >> Certification Questions >> Question for Friday May 23rd 2003 | Friday May 23rd 2003 |
|
Identify which of the following statements about servlet containers are false (2 correct answers).
A A servlet container that does not support clustering will still start even if the deployment descriptor web.xml contains the <distributable/> marker. B Sessions for a web application can be distributed across several JVMs, but any one session must remain attached to a single JVM. C All objects placed in a session must invariably implement java.io.Serializable. D There are four standard architectures relating to servlet containers and their distributable qualities. E Session migration (if supported) is guaranteed to occur between user requests. Page down for the answer... The AnswerAnswers B and C are the correct answers, as they are false statements. Both statements are in fact true for some (but not all) levels of servlet container architecture. Answer B is true for servlet containers which support clustering, but not session migration or session failover. Answer C is true for servlet containers which DO support session migration (but it's not compulsory to serialize session data for lesser containers).
|
EMail: dbridgewater@jbridge.co.uk
Phone: +44 (0)1943 877414
Fax: +44 (0)1943 877414
Mail: David Bridgewater, Willow Dene, Bradford Road, Menston, Ilkley, West Yorkshire, LS29 6ED, UK
Copyright © 2003 David Bridgewater. All rights reserved.