Question
What is pre initialization of a servlet?

Answers

A container doesnot initialize the servlets ass soon as it starts up, it initializes a servlet when it receives a request for that servlet first time. This is called lazy loading. The servlet specification defines the element, which can be specified in the deployment descriptor to make the servlet container load and initialize the servlet as soon as it starts up. The process of loading a servlet before any request comes in is called preloading or preinitializing a servlet.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q What is quality center?
  • Q What's new in the .net 2.0 class library?
  • Q what is occipital sinus
  • Q What is fully qualified artifact name of maven project?
  • Q Which of the following systems or tools can recognize that a credit card transaction is more likely to have resulted from a stolen credit card than from the holder of the credit card? A. Intrusion detection systems B. Data mining techniques C. Firewalls D. Packet filtering routers
  • Q How to recover sephadex?I am using sephadex LH 20 to separate the natural product from ethanol extract of a plant. For a single use only, sephadex turned red in color. For further use, I need to recover the matrix. So, can anyone tell me how to remove the color from seohadex LH20?
  • Q Difference between tracking and tracing?
  • Q What is Server Object?
  • Q What high-tech manufacturing corporation agreed to buy the security software company McAfee for $7.7bn in summer 2010?
  • Q What will be the output of following Code ? class BuggyBread { public static void main(String[] args) { String s2 = "I am unique!"; String s5 = "I am unique!"; System.out.println(s2 == s5); } }
  • Q How can you split a file in unix?