What is Servlet?

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


Please Help Members By Posting Answers For Below Questions

How many ways can an argument be passed to a subroutine and explain them?

566


What are the escape sequences in java?

557


What are the differences between Java 1.0 and Java 2.0?

1665


What is the difference between class & object?

547


Is it possible to override private or static method in java?

535






Can we create a class inside a class in java?

540


What are the advantages of packages in java?

567


Does java have a compiler?

551


Why string is immutable or final in java

602


What is float in java?

556


What is the difference between I ++ and ++ I in java?

500


What is native code?

529


Name few "optional" classes introduced with java 8 ?

639


Describe what happens when an object is created in java ?

543


Explain what do you mean by functional overloading in java?

547