Answer Posted / thennavan.m
doGet(): 1.The query String "display" the Client browser.
2.The max of query string 0 to 255 Character to
be send.
doPost(): 1. The query String to "Hide" the Client browser.
2. No limitation of data to be send.
3. The data to be send separate packet on the
server.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Describe some assignments that are executed by servlet container?
What is difference between GenericServlet and HttpServlet?
What's the difference between servlets and applets?
Difference between httpservlet and generic servlets?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What is Request Dispatcher?
Differentiate between get and post?
What do you mean by a filter and how does it work?
How is an application exception handling is done using a servlet?
How can we include static files in the jsp page?
What is difference between server and servlet?
Why is Servlet so popular?
If servlet receives multiple requests, how many objects will it create?
How will you pass values from HTML page to the servlet?
What do you mean by url pattern in servlet?