What is servlet preinitialization
Answer / surajkumar.java
A servlet is lazily loaded in servlet container of web or
application server. This means, a servlet is not instantiated
or initialized in servlet container as long as it has not been
requested for the first time. A servlet can be preloaded and
preinitialized with the help of <load-on-startup> of web.xml
(deployment descriptor) file.The preloading of a servlet
before any user request is called servlet preinitialization.
Is This Answer Correct ? | 8 Yes | 0 No |
If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.
Can a thread be a member of another thread?
What is JNI?
What is checkpoint? How to create checkpoints in our java projects?
What class is the top of the awt event hierarchy?
How many times may an objects finalize() method be invoked by the garbage collector?
Hello, I'm java developer. My skill is programming with java,jsp, struts, struts2+spring, hibernate, eclipse, tomcat, mysql,Oracle,Middlegen and other open source technology. I'm interest work any web base project that use my ability above. The thing is that I have never got any chance to work in this field though i am very much comfort with my skills. So if any body want me then i will happily join you. Also I have also some of my friends if you. If you interest to outsource any project to me then also you are welcome. you can reach me by email at me4bangalore@yahoo.in
How can I scroll through list of pages like the search results in google?
What are synchronized methods and synchronized statements?
what is JTA ?
What is a class loader?
Which are the different segments of memory?