SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for March, 2010

March 26th, 2010

What is the difference between POST request and PUT request?

No Comments, SCWCD, by Daisy Williams.

The POST request is used to send the data to be processed. The PUT request is used to store a…

Share

March 24th, 2010

What are the methods available in HTTP 1.1?

No Comments, SCWCD, by Daisy Williams.

HTTP 1.1 defines eight request methods as follows: GET: It is the default request method. It retrieves the resource identified…

Share

March 23rd, 2010

What is the GET method?

No Comments, SCWCD, by Daisy Williams.

GET is the default method of an Http request. In this method, the request parameters are included in the URL…

Share