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
Does collectionutils isempty check for null?
What are parameters in a method?
What are scalar data types?
What are the benefits of java?
What is unmodifiable collection in java?
Is java owned by oracle?
What is java util concurrentmodificationexception?
What are streams?
Is string thread safe in java?
What do you understand by the term string pool?
What do you understand by the term wrapper classes?
How to create an immutable class?
What is a linkedhashmap java?
How many types of design patterns are there?
What is toarray method in java?