• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Servlet Load Order

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I got the following question on Load Order of servlets in my practice test for 286. Can someone let me know the answer for it? (A brief explanation would be great)

Is there any order of precedence in case of load orders ranging from negative values to positive values?

Where can I get good documentation about load orders? I would like to know about it in a detailed manner.

Please help me..

___________________________________________________________________________
A developer is attempting to enter Load Orders of 2, 4, and 6 for three
servlets using the web.xml editor. What might prevent the developer
from accomplishing this task?
A. The servlet classes could not be found.
B. The Load-On-Startup checkbox was not selected.
C. The web.xml file is marked read-only.
D. The numbering for the load orders is incorrect.
___________________________________________________________________________

TIA
Dumpi
 
Ranch Hand
Posts: 1258
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The servlet specification is pretty much the most authoritative source on the subject. I'd check it out. I don't think negative numbers are treated differently from 0 though. Check it out. I may be wrong.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic