AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answers »

  1. Submitted By: gids — October 6, 2006
    -2 votes
      + -

    post never rerturns a cached page. post is encrypted. post doesnt have a length limit like get.

  2. Submitted By: johny_bravo — October 6, 2006
    not yet rated
      + -

    Get URL can be copied and can me emailed to anyone.

    Post URL cannot.

    Get has a length restriction Post does not have any length restriction.

  3. Submitted By: raja — October 6, 2006
    +2 votes
      + -

    GET method is used to request a resource from the server.
    POST method is used for passing user input to the server. POST stores all parameter info in the body than in the URL.

  4. Submitted By: akbatra — October 6, 2006
    +5 votes
      + -

    GET: Arguments are passed from the webpage to the webserver by tagging them along with the URL. You can see these araguments in your browser address bar.
    Example
    http://www.imilap.com/profileResultDetail.asp?id=237

    Here is is passed as a part of url - this is GET

    There is limit on the length of arguments

    POST: Arguments are posted to webserver. They are not visible to the user. There is no limit on the lenght of arguments.

  5. Submitted By: mnigam — October 6, 2006
    +2 votes
      + -

    get- This has a limit as to number of characters that it can pass. In get the request is sent in the the form of a query string from the web browser to the web server. The max. no. of characters that can be passed are 255. Since the request is sent in the query string that is visible in the address bar of the web browser, this method is not suited for passing confidential info. such as passwords/credit card no’s etc.

    post- There is no such limit on the no. of characters that can be passed at a time as the request is passed in the body of the message. So this is useful for passing confidential data. Also, one can pass any length of info. to the server.

  6. Submitted By: varkala — October 6, 2006
    +1 votes
      + -

    If we use POST method, data is submitted in the form of form elementes and if we use GET method, data is submitted in the form of Query String (we can see this in location bar)
    we cannot use GET method to send large amount of data.

  7. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.