What is a servlet context object?
when the jsp page is translated to servlet?
What is a servlet context?
What advantages do servlets have over CGI programs?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
What are the type of protocols used in httpservlet?
What is servlet mapping?
Differentiate between get and post?
Can we override the ActionServlet?
3 Answers ArisGlobal, HCL, PPF,
what is meant by servlet to servlet communication?
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
How the typical servlet code look like ?
Is it possible to send a mail from a servlet? Explain?