Answer Posted / ravikiran.chd
when we deploy our web application
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is the use of httpservletrequestwrapper?
When servlet object is created?
Can a jsp be called using a servlet?
What is webservlet?
What exception should be thrown when servlet is not properly initialized?
How to notify an object in session when session is invalidated or timed-out?
Explain the features are in servlet 3?
Why is Servlet so popular?
Why is init() method is used in servlets?
What's the difference between authentication and authorization?
What are the different methods of session management in servlets?
What are advantages of servlets over cgi?
What is servlet initializer?
How can we achieve transport layer security for our web application?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?