Can servlet have a constructor ?
What are the differences between the servletconfig interface and the servletcontext interface?
What is the dispatcher servlet?
How do I support both get and post from the same servlet?
When jsessionid is created?
How to handle the debug errors in servlets?
How do you create a cookie using servlet?
What are different types of Servlets?
How threads are implemented in servlets?
Explain how does JSP handle run-time exceptions?
What is the web server used for running the Servlets?
How to work with Chinese login page (internationalization).if he enters user name and password in chinese, how is it converted to English and validate in db? And in reverse it should display welcome message in Chinese,if user is valid
Explain the difference between jsp and servlet?