Explain the difference between GET and POST methods?
Answer Posted / ravikiran(aptech mumbai)
GET:
1).Is used to send request time attributes
2).And can only pass string parameters not any kind of
binary data.
3).The Number of charecters we can pass is limited to 255
4).The data what we sent is exposed to every one in URL as a
query string
5).Best example is passing parameters threw hyperlinks
POST:
1).Data Confidentiality is there
2).We can send unlimited amount of data
3).Binary as well as string data we can transfer
4).Best example is file uploading application
| Is This Answer Correct ? | 45 Yes | 8 No |
Post New Answer View All Answers
Differentiate between the print writer and servlet output stream?
How printwriter is different from servletoutputstream?
What is the difference between Difference between doGet() and doPost()?
What's the architecture of a servlet package?
What is a web application and what is it’s directory structure?
How we can get ip address of client in servlet?
Can you send an authentication error from a servlet?
What is generic servlet class?
Can you refresh servlet in client and server-side automatically?
What is the use of welcome-file-list?
What is difference between cookies and httpsession?
Explain get and post.
What is dispatcher servlet?
When servlet object is created?
Which application server is best for java?