What is the difference between a generic servlet and http servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Does servlet have main method?
Where do you define dispatcherservlet?
explain filters in java?
Whether thread can be used in servlets?
Difference between GET and POST?
What if you need to span your transaction across multiple servlet invocations?
Define the servlet mapping.
What are the type of protocols used in httpservlet?
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?
Can I override destroy() method of Servlets?
What is the protocol used by Server & Client?
What is session variable in servlets?