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 meant by method?
What is difference between local variable and global variable?
What is the synonym of framework?
Can we clone singleton object?
What is super constructor?
What is nullpointerexception in java?
In how many ways we can create threads in java?
Does sprintf allocate memory?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is the purpose of encapsulation?
Why should I use abstract class?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is string value?
What are the differences between wait() and sleep()?