The following question is from Eduardo Cobian's SCWCD
Test (Mock exam)
Question 54)
*************************************************
Which statements are correct about load-on-startup elements
A) It must be an integer
B) It can be negative
C) If it is 0 (zero) it will be loaded at deployment time
D) Serveral
servlets can have the same value for this element
The answer on Mock exam says: all (A),(B),(C) and (D) are correct.
*********************************************
Would somebody explain
(1) what does a negative number mean with load-on-startup element
(2) what does a zero value mean with load-on-startup element
(3) If several servlets have the same value for load-on-startup element, what order will
these servlets be loaded?
Thanks in advance,
Thambi