What if we pass negative value in load-on-startup?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by a servlet?
Given the request path below, which are context path, servlet path and path info?
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?
How many ways to remove the session object in the container
What is called Scriptlet?
how can you give alias to servlets?
What is the advantage of Servlets when compared with other server side technologies?
Write a hello world program using servlets.
How do you get the ip address of the client in servlet?
How to create war file?
How to prevent browser from caching the page content?
What is pure servlet?