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
What is explicit casting?
What do you understand by numeric promotion?
What is war file in java?
What is static class in java?
Why is class forname used in java?
What is the locale class?
What is meant by annotations in java?
What is optional in java 8? What is the use of optional?advantages of java 8 optional?
How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))
Is java secure? : java security
What is an action class in java?
Why serialization is used in java?
What is flatmap java?
What is dao in java?