Java Web services Interview Questions series will help you for cracking of interview for java web services.
Following are for Java web services interview questions, which will be helpful for your interview cracking. You can visit for your JDBC interview questions answers
- What is difference between a URI and a Resource
To understand Consider the following:
POST: http:/mysoftkey.com/user
GET: http:/mysoftkey.com/user/1
PUT: http:/mysoftkey.com/user/1
DELETE: http:/mysoftkey.com/user/1
POST, GET, PUT, DELETE are the HTTP methods
http:/mysoftkey.com/user, http:/mysoftkey.com/user/1 are URI’s
user/1 is a user, which is a resource