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
What is @resource annotation in java?
What are the advantages of java sockets?
What's the difference between code-based security and role-based security? Which one is better? : java security
What is lambda expression in mvc?
Differences between intermediate operations and terminal operations of java 8’s stream api?
What are the differences between java’s old java date api and java 8’s date and time api?
What is jpa entitymanager?
Explain issues of old java date api?
Is jdk a compiler?
What is optional in java 8? What is the use of optional?advantages of java 8 optional?
What is the means of java?
What is data encapsulation?
What is custom tag in java?
What is @qualifier in java?
Why do we need framework in java?