Answer Posted / ajay dhingra
Servlet is server side web application component written in
java which is used to handle client side request.
there are two type of servlet
1. Generic Servlet : extends javax.servlet.
2. HttpServlet : extends javax.Servlet.HttpServlet.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why we cannot override static method?
What is object cloning in Java?
What is the simpletimezone class in java programming?
What is foreach loop in java?
What is the difference between length and length() method in java?
What is an example of a keyword?
Explain about the interpreter in java?
What is the full form of jpeg?
What is mean by encoding?
What does file separator do in java?
What does += mean coding?
What is return in java?
What is data movement?
How many bits is size_t?
How to write custom exception in java?