What is difference between jax ws and jax rs?
Answer / Mr Vinod Kumar
JAX-WS (Java API for XML Web Services) is a Java EE specification for building web services with SOAP over HTTP. JAX-RS (Java API for RESTful Web Services) is another Java EE specification for building RESTful web services, which can use various transport protocols including HTTP.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the benefits spring framework?
How many bean scopes are supported by spring?
How does jdbctemplate work in spring?
What is the benefit of factory pattern?
Describe aop.
What is a joinpoint?
What is method injection in spring?
What is the use of spring cloud?
What is application context in spring mvc?
What is pojo implementation?
What are the types of dependency injection spring supports?
What is microservice in spring?