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
Describe life cycle of thread?
When do we go for java 8 stream api? Why do we need to use java 8 stream api in our projects?
Can we use lambda without functional interface?
Why is class forname used in java?
How does jpa repository work?
Explain the inheritance principle.
How do you count in java?
Are there tuples in java?
Why dependency injection is used in java?
Which is best framework in java?
How can c# app request minimum permissions? : java security
What is javabeans api?
What is numberformatexception in java?
I get an exception if I remove the static modifier from main?
What is entitymanager in java?