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
What are the advantages of cookies?
What is the difference in between the httpservlet and generic servlet?
What are the servlet events?
Which interface should be implemented by all servlets?
What is java servlet?
What are advantages of servlets over cgi?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What are the disadvantages of storing session state in cookies?
When jsessionid is created?
Explain the working of service() method of a servlet.
What do you mean by deployment descriptor?
What do you mean by the servlet chaining?
Differentiate between the get and post method
What if we pass negative value in load-on-startup?
Explain servlet events?