Fuzilaga
RSS Feeds
Home
Programming
Java
Mobile Edition
Web Services
Psychotechnics
Focusing
Tales
Contact
«
JWS Quiz 8: 12 questions
JWS Quiz 10: 19 questions
»
JWS Quiz 9: 12 questions
What is not a HTTP operation:
POST
GET
PUT
DELETE
HEAD
All of the above
None of the above
What CRUD stands for?
CReate UpDate
Create Representative Unique Data
Create Read Updated Delete
Create Remote Universal Datasource
How CRUD matches to HTTP methods?
C - POST or PUT, R - GET, U - POST or PUT, D - DELETE
C - GET, R - POST, U - PUT, D - DELETE
C - PUT, R - GET, U - POST, D - DELETE
C - GET, R - PUT, U - POST, D - DELETE
Methods PUT and DELETE are defined to be idempotent (multiple identical requests should have the same effect as a single request)
True
False
What is the difference between @WebService and @WebServiceProvider?
@WebService uses SOAP as exchange messages and @WebServiceProvider uses raw XML.
@WebService uses raw XML as exchange messages and @WebServiceProvider uses SOAP.
both use SOAP as exchange messages
both use raw XML as exchange messages
Service annotated with @WebServiceProvider should implement which interface?
Provisioner
Producer
Provider
ProviderFactory
What method should be implemented for Provider interface?
summon
invoke
appeal
cry
HTTP status codes in range of 100-199 are:
client errors
server errors
for redirection
informational
success
HTTP status codes in range of 200-299 are:
informational
success
client errors
server errors
redirection
HTTP status codes in range of 300-399 are:
informational
success
redirection
server errors
client errors
HTTP status codes in range of 400-499 are:
success
redirect
informational
client errors
server errors
HTTP status codes in range of 500-599 are:
informational
success
client errors
server errors
redirection
Share/Bookmark
This entry was posted by
fuzilaga
on June 9, 2010 at 7:15 am, and is filled under
Web Services
. Follow any responses to this post through
RSS 2.0
. You can
leave a response
or
trackback
from your own site.
Comments (0)
No comments yet.
326
No trackbacks yet.
Recent comments
Popular posts
Archives
Tags
Categories
Home
(2)
Programming
(23)
Java
(23)
Mobile Edition
(2)
Web Services
(21)
Psychotechnics
(3)
Focusing
(3)
Tales
(1)
Contact
(1)
July 2010
(7)
June 2010
(13)
May 2010
(7)
April 2010
(3)
Didn't find any posts popular enough :(