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
Which are the different ways you can communicate between servlets?
What is the use of attribute in servlets?
What is servlet used for?
Which protocol will be used by browser and servlet to communicate
How to get the path of servlet in the server?
Explain the difference between generic servlet and http servlet?
What is the major difference between servlet and applet?
Explain servlet life cycle?
What are the drawbacks of cgi?
How can an existing session be invalidated?
Why is servlet used?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is the difference between servlet and jsp?
How can I send user authentication information while making URL Connection?
What's the servlet interface?