Answer Posted / suraj
servlet is an Controller. Servlet get the request from
client side and made a response on server side side and
it's sent to client side with http response object.
Is This Answer Correct ? | 23 Yes | 4 No |
Post New Answer View All Answers
How to create war file?
What are the different mode that servlets can be used?
If some new data has entered the database, explain how can a servlet refresh automatically?
What are the supporting protocol by HttpServlet ?
What are the uses of servlet
How can we create deadlock situation in servlet?
What is the purpose of inter-servlet communication?
How does Cookies work in Servlets?
Write a hello world program using servlets.
What is servlet and its life cycle?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What are the uses of servlet and what is servlet chaining?
What do you mean by annotations in servlet?
What is url encoding and url decoding
What is cookie in servlet?