What is servlets.

Answer Posted / kuldeep vishwakarma

Servlet is a small java program that work in server side(web container).It works as a controller in the server side because when any request send(in java code form) from the any web browser to the server side then servlet manipulate this request and give response(in html form)to the web browsers.We always use request and response object that is object of HttpServletRequest and HttpServletResponse respectively.So we can say that servlet always run in server side.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I am trying to create a new universal user group. Why can't i? : java security

687


Can I use openjdk for commercial?

676


What is java net url?

605


What is lambda expression in mvc?

658


What is microservices java?

616


How do I find jre version?

639


What is the difference between deep copy and shallow copy in java

735


What is meant by java se?

674


How do I run a project in netbeans?

645


what about jdb and javadoc by example ?

1878


What is the use of servlet in java?

687


What are the differences between java’s old java date api and java 8’s date and time api?

708


How do I run a java program from the command line?

638


What do you understand by a variable?

710


What is orm in java?

659