Answer Posted / yo
cookies are bad.
| Is This Answer Correct ? | 7 Yes | 18 No |
Post New Answer View All Answers
What are the steps that are involved in using the httpservlet class?
Explain the features are in servlet 3?
How can we invoke another servlet in a different application?
If a servlet is not properly initialized, what exception may be thrown?
What is servletconfig?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What is servlet and its life cycle?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is the use of welcome-file-list?
Explain is servlet mapping?
What is the advantage of Servlets when compared with other server side technologies?
How to commuincate between an applet and a servlet?
When to use doget() and when dopost()?
Why servlet is faster than jsp?
What is the difference between genericservlet and httpservlet