How will you pass values from HTML page to the servlet?
Explain get and post.
What are its drawbacks of cgi?
When we don't write any constructor for the servlet, how does container create an instance of servlet?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
In jsp custom tags from child tags to how many levels of parent tags you can acess
What are the different ways we can maintain state between requests?
how can we execute servelt? what the use ".war" or ".jar" file creation
Explain the architechure of a servlet?
What is difference between PrintWriter and ServletOutputStream?
What is a web application and what is it’s directory structure?
What are all the ways for session tracking?
In howmany ways applet-servlet communication can be done?