1.

What are the difference between get method and post method ?

Answer»
        Post Method      Get Method
  • It is used to pass large volume of data
  • The data is not visible during submission
  • It is slower.
  • It is secure.
  • It is used to pass lesser volume of data
  • The data is visible during submission
  • It is faster
  • It is not secure


Discussion

No Comment Found