Exam 1z0-900 All QuestionsBrowse all questions from this exam
Question 39

How can you inject a target web service into an EJB?

    Correct Answer: C

    To inject a target web service into an EJB, the most appropriate method is to use the javax.xml.ws.WebServiceRef annotation. This annotation is specifically designed for referencing a web service and gaining access to its methods within a client, such as an EJB.

Discussion
kozionovOption: C

C https://docs.oracle.com/cd/E16439_01/doc.1013/e13982/devannotation.htm

devmsalehOption: C

C is correct answer

orjavaOption: C

Answer C