Multiple choice technology web technology

Which of the following is FALSE for RESTful WebServices?

  1. You can access WebServices through Browser.

  2. JAX-WS provides support for development of RESTful WebServices.

  3. These WebServices can be consumed with help of AJAX

  4. WebService Interface can be defined through a standard vocabulary.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JAX-WS is designed for SOAP-based web services, whereas JAX-RS is the Java API for RESTful web services. Therefore, saying JAX-WS provides support for RESTful WebServices is false, making option B the correct choice for the false statement.