Submitted Questions

  • POST and GET Methods

    Which will execute faster POST or GET? Explain

    Abinash Kumar

    • Jun 20th, 2017

    Both will execute faster its just that the difference in method. Post does not throws value or information in the address bar but get does.

    charujain

    • Sep 15th, 2015

    GET method can send only 1024 bytes of information and POST method have no limit.