Question 48 of 72 from exam 1Z0-900: Java EE 7 Application Developer

Question 48 of 72 from exam 1Z0-900: Java EE 7 Application Developer

Question

Your class requires multiple resources defined, as shown in the following:

BOOK ({
‘@Resource(name="aFactory",
type="javax.jms.ConnectionFactory"),
@Resource(name="aSession",
type="javax.mail.Session">
)

Which annotation do you use to group multiple @Resource declarations together for class-based injection, replacing <XXXX> in the code above?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.