aspose file tools
The moose likes Servlets and the fly likes do get and do post Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "do get and do post" Watch "do get and do post" New topic
Author

do get and do post

avinashguru prasad
Greenhorn

Joined: Nov 23, 2012
Posts: 14
what is the difference between Get and Post method.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56521
    
  14

See HTTP methods.

Nutshell: GET is used to fetch information from the server to the client. POST is used to send data and perform an operation on the server.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: do get and do post
 
Similar Threads
WLS - wldeploy
service method not overridden
How do i setup ODBC data source for mysql
Bookmark
Fill java.awt.Choice from a List generated by a resultSet