how a servlet is instantiated, whether the container calls
init() or by calling any other method? please somebody reply..
Answer Posted / aruna
servlet is instantiated after the .class file is loaded on
the memory.Then, the instance will be initialized by calling
init()
Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Which httpsession object is used to view and manipulate information about a session?
How to get the path of servlet in the server?
What is the directory structure of a war file?
What are the different methods involved in the process of session management in servlets?
What are the life cycle methods of a servlet?
What if you need to span your transaction across multiple servlet invocations?
Which event is fired at the time of project deployment and undeployment?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
How to generate the server side programming and the advantages of it over the other languages?
What is getservletcontext?
Explain servlet life cycle?
Why is a constructor needed in a servlet even if we use the init method?
How forward () method is different from send redirect () method?
Why are servlets used?
What is java servlet?