Selasa, 21 Maret 2017

5 Most Commonly asked interview question on web development

1.What are Different HTTP requests in RESTful Webservices? The purpose of each of the HTTP request types when used with a RESTful web service is as follows: GET: Retrieves data from the servers (should only retrieve data and should have no other effect). POST: Sends data to the server for a new entities. It is often used when uploading a file or submitting a completed web forms. PUT: Similar to POST, but used to replace an existing entities. PATCH: Similar to PUT, but used to update only certain fields within an existing entities. DELETE: Removes data from the servers. TRACE:

The post 5 Most Commonly asked interview question on web development appeared first on Coding Security.


5 Most Commonly asked interview question on web development
read more

Tidak ada komentar:

Posting Komentar