Javatpoint Logo

Comparision between get and post method in short.

By: nithin*** On: Fri May 25 23:21:54 IST 2018     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
what are all the differences between get and post method Up0Down

 
In servlet "get" method is default method.
1.get methods can be bookmarked...but post method can not be bookmarked.
2.get method stores in history...but post method can not be stored in history.
3.
Image Created0Down

By: [email protected] On: Fri Sep 07 23:22:32 IST 2018 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No