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
What is called a session?
Can you send an authentication error from a servlet?
Explain the differences between jsp and servlet.
Write a program to show the functionality of servlets.
What methodology can be followed to store more number of objects in a remote server?
Is tomcat a servlet container?
What methods do you use in servlet - applet communication?
what do you understand by url rewriting?
What is the process for chaining servlet?
How are filters?
Why session tracking is needed?
What are the drawbacks of cgi?
What are the advantages of cookies?
What are the different mode that servlets can be used?
How can you push data from an Applet to a Servlet?