What is not a HTTP operation:








What CRUD stands for?





How CRUD matches to HTTP methods?





Methods PUT and DELETE are defined to be idempotent (multiple identical requests should have the same effect as a single request)



What is the difference between @WebService and @WebServiceProvider?





Service annotated with @WebServiceProvider should implement which interface?





What method should be implemented for Provider interface?





HTTP status codes in range of 100-199 are:






HTTP status codes in range of 200-299 are:






HTTP status codes in range of 300-399 are:






HTTP status codes in range of 400-499 are:






HTTP status codes in range of 500-599 are: