What is the life cycle of a servlet?
Loading Servlet.
Then initialising the Servlet.
Handling the Request (invoking service method).
Then destroying the Servlet.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the disadvantages of cookies?
What is servlet initializer?
What are the two important api's in for servlets?
What is Client-Server Computing?
Explain the difference between a web server and a web container?
What is a cookie What is the difference between session and cookie
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
Differentiate between the get and post method
What is Single Threaded Model in Servlets? Explain this with an example?
Which interface should be implemented by all servlets?
What is a deployment descriptor?
How to rectify errors in java servlet while compilation?