Explain the differences between jsp and servlet.
Can you create a deadlock condition on a servlet?
What is url encoding and url decoding
what is the difference between servlets and struts?
Can we call destroy() method inside the init() method? What happens when we do so?
What are the jobs performed by servlets?
can we create more than ServletContext and ServletConfig in your application
What is servlet initializer?
How an Image can be loaded in a Servlet ?
What is the need of session tracking in HttpServlet ?
What is meant by session? Tell me something about httpsession class?
Is servlet a controller?
How forward () method is different from send redirect () method?