What is a deployment descriptor?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
What is preinitialization of a servlet?
What is string tokenizer?
Why do we use sendredirect() method?
Explain request dispatcher and its methods.
What are the functions of Servlet container?
What are the differences between forward() method and sendredirect() methods?
Hi Friends, Can we make any method thread safe withour synchronized keyword?
What is the difference between RequestDispatcher and sendRedirect?-
How we can get ip address of client in servlet?
how do you maintain sessions in servlets?