can it possible to validate form field before execution of a servlet service method if yes how??
6 10248Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
7 13415
When to use doget() and when dopost()?
Explain the difference between generic servlet and http servlet?
What is the major difference between context parameter and context attribute?
Servlet is pure java object or not?
What is servlet initializer?
What is the difference between jsp and servlet life cycle?
What are the mechanisms used by a servlet container for maintaining session information?
Can you use javascript in servlets?
Define the lifecycle for executing a jsp page.
Can you refresh servlet in client and server-side automatically?
What is the default http method in the servlet?
How do you communicate in between Applets and Servlets?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the differences between servlet context vs servlet config?
Explain url encoding in servlet?