Google News
logo
Web Services - Quiz(MCQ)
If you are deploying into a Java EE 5 (or better) container, you may simply create a bean that is annotated with________
A)
javax.jws.WebService
B)
javax.jws.WebServiceProvider
C)
All of the above
D)
None of the above

Correct Answer :   All of the above


Explanation : If you are deploying into a Java EE 5 (or better) container, you may simply create a bean that is annotated with javax.jws.WebService or javax.jws.WebServiceProvider and deploy that into a container in your web application.

Advertisement