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

State one difference between a template class and class template.

630


we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.

1579


What is a copy constructor in java?

588


What are the two types of exceptions in java? Which are the differences between them?

520


What class of exceptions are generated by the java run-time system?

640






What is multithreading and its advantages?

585


What is the main method java?

541


How can constructor chaining be done using this keyword?

593


What is a singleton class in Java?

520


What is a numeric string?

572


What do you understand by overloading and overriding in java?

555


What is default locale java?

545


What are the two basic ways in which classes that can be run as threads may be defined?

569


What is an interface in java? Explain

589


What are the two types of java?

526