how a servlet is instantiated, whether the container calls
init() or by calling any other method? please somebody reply..
Answer Posted / ravikiran.chd
no beofre the init() method call the servlet instantiation
happens while the container calls the no-arg constructor of
the servlet
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain get and post.
How to generate the server side programming and the advantages of it over the other languages?
Explain the lifecycle of a servlet?
How can we refresh automatically when new data has entered the database?
Why session tracking is needed?
What do you mean by httpservlet and how it is different from the genericservlet?
How can we perform any action at the time of deploying the project?
Can you create a deadlock condition on a servlet?
How do you get the ip address of the client in servlet?
What are the differences between forward() method and sendredirect() methods?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
How do servlets work?
What is httpservlet class?
How do you find out what client machine is making a request to your servlet
What is servlet and its use?