Answer Posted / srinu
doGet:-
1)doGet() method this is default HttpRequest method
2)The request parameters as a query string in the Visible in
address bar.
3)it sends limited data
4)security is low because query string visible in the
address bar
5)It doesn't used multiform content data(i.e file uploading
operation) never used.
6)small scale application.
doPost:-
1)doPost()method this n't a default HttpRequest method
2)The request parameters as a query string does n't Visible
in address bar.
3)it sends unlimited data.
4)Security is high.
5)its used for multiform content data
6)large scale application.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is new in ServletRequest interface ? (Servlet 2.4)
Which java framework is most popular?
Is it good idea to create servlet constructor?
What are the advantages of servlets over traditional cgi?
How can we upload the file to the server using servlet?
What is the life-cycle of servlets?
Why HttpServlet class is declared abstract?
Explain how does JSP handle run-time exceptions?
What is life cycle of Servlet?
What is meant by servlet? What are the parameters of the service method?
What’s the difference between genericservlet and httpservlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
How we can get ip address of client in servlet?
What is a server side include (ssi)
What is the difference between jsp and servlet life cycle?