Answer Posted / tulasi vani
Servlets are server side java programs that are run on web
or application servers.They act as a middle layer between
the requests coming from the web browsers and databases
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
If servlet receives multiple requests, how many objects will it create?
What do you mean by web applications? Explain web application directory arrangement?
What is ServletConfig object?
What is Client-Server Computing?
Whether we can get deadlock situation in servlets?
How many objects of a servlet is created?
What is the difference between context parameter and context attribute?
What is the use of java servlet api?
What’s the difference between forward() and sendredirect() methods?
List some life cycle methods of a servlet.
What is the difference between CGI and Servlet?
Can you refresh servlet in client and server-side automatically?
What are the objects involved when a servlet receives a call from client?
Explain the working of service() method of a servlet.
What is cookie in servlet?