What are different types of Servlets?
Answers were Sorted based on User's Feedback
Answer / musthak ali
there are n no: of servlets
http servlet
ftp servlet
smtp servlet ..
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the uses of servlet
How to notify an object in session when session is invalidated or timed-out?
What do you mean by servlet?
How can a servlet be used to generate plain text instead of html?
what is servlet and what you get when we use servlets?
List out difference between a JavaBean from a Servlet?
How do you run a servlet?
Can we call destroy() method inside the init() method? What happens when we do so?
How variables can be accessed across the sessions?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
What do you mean by a filter and how does it work?
can v create a constructor 4 servlet?