What does REST stand for? |
What is a resource? |
What is the HTTP status return code for a successful DELETE statement? |
What is differences between RESTful web services and SOAP web services? |
What is an HttpMessageConverter? |
How to create a custom implementation of the HttpMessageConverter to support a new type of request/responses? |
When do you need @ResponseBody? |
Is REST normally stateless? |
What are safe REST operations? |
What are idempotent operations? Why is idempotency important? |
What are the advantages of the RestTemplate? |
What is an HttpMessageConverter in Spring REST? |
What does @RequestMapping annotation do? |
What is the difference between @Controller and @RestController? |
What does @PathVariable do in Spring MVC? Why it's useful in REST with Spring? |
What is the HTTP status return code for a successful DELETE statement? |
What does CRUD mean? |
Which HTTP methods does REST use? |
How to create a custom implementation of the HttpMessageConverter to support a new type of request/responses? |
When do you need @ResponseBody annotation in Spring MVC? |
When do you need @ResponseStatus annotation in Spring MVC? |
When such exceptions are thrown from the controller's handler methods and not handled anywhere else, then the appropriate HTTP response with the proper HTTP status code is sent to the client. |
Where do you need @EnableWebMVC? |
Do you need Spring MVC in your classpath for developing RESTful Web Service? |
Does REST work with transport layer security (TLS)? |
Is REST scalable and/or interoperable? |
Is REST normally stateless? |
Is @Controller a stereotype? Is @RestController a stereotype? |
Is REST secure? What can you do to secure it? |
No comments:
Post a Comment