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
What is lazy programming?
what is meant wrapper classes?
Is it safe to install java on my computer?
What is hasnext in java?
what is the significance of listiterator in java?
What is an argument java?
What is function and its uses?
What is length in java?
Can this keyword be used to refer static members?
What is procedure overloading?
Can you explain the final method modifier?
State the difference between creating string as new () and literal.
Can a static method be overridden in java?
How many techniques can be employed to create a string object?
Can we create an object of static class in java?