Please send your Questions & Answers or Feedback to "mohan@javabook.org"

When to use doGet() and when doPost()?


Always prefer to use GET (As because GET is faster than POST), except mentioned in the following reason:
If data is sensitive
Data is greater than 1024 characters
If your application don't need bookmarks.
Related Posts Plugin for WordPress, Blogger...
Flag Counter