Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


we r taking
<load-on-startup>0</load-on-startup>
<load-on-startup>1</load-on-startup> in deployment
descripter for loading servlets like serv1 N serv2? so 'll
it take serv1 or serv2

Answers were Sorted based on User's Feedback



we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on..

Answer / om

It 'll take serv2, b'coz <load-on-startup>0</load-on-startup>
means no tag. so first it'll goes to serv2.
Normally the servlets 'll loaded after getting the request
from the client.
if the servlets has to execute before coming the request we
need to take<load-on-startup>1</load-on-startup>.

Is This Answer Correct ?    5 Yes 2 No

we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on..

Answer / mahesh babu puppala

Servlets with lower values are loaded before servlets with higher values. So servlet with 0 load-on-startup value will load first and servlet with value 1 will load after that.

so servlet1 first loaded then servlet2 will be loaded.

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More Core Java Interview Questions

Why is the singleton pattern considered to be an anti pattern?

0 Answers  


What is a Transient Object?

0 Answers   InfoAxon Technologies,


Can we create an object of private class?

0 Answers  


When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?

5 Answers   Ness Technologies,


What is anonymous class?

2 Answers  


How are multiple inheritances done in Java?

0 Answers   Atos Origin,


Is assembly language a low level language?

0 Answers  


Is 'sizeof' a keyword?

7 Answers  


Is sizeof a keyword in java programming?

0 Answers  


What is a nonetype?

0 Answers  


What is the static variable?

0 Answers  


What modifiers are allowed for methods in an interface?

0 Answers  


Categories