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
I am trying to create a new universal user group. Why can't i? : java security
Can I use openjdk for commercial?
What is java net url?
What is lambda expression in mvc?
What is microservices java?
How do I find jre version?
What is the difference between deep copy and shallow copy in java
What is meant by java se?
How do I run a project in netbeans?
what about jdb and javadoc by example ?
What is the use of servlet in java?
What are the differences between java’s old java date api and java 8’s date and time api?
How do I run a java program from the command line?
What do you understand by a variable?
What is orm in java?