posted 21 years ago
hi,
doGet(), dopost() methods are the httpservlets method.both have some restrictions.in doGet() method we send a request it appended to the url
in query strings.but u post the second method it can send viaa socket.
in doGet() method we send some limited request but dopost() are not.
it have unlimited length to send a req.