Your class requires multiple resources defined, as shown in the following:
Which annotation do you use to group multiple @Resource declarations together for class-based injection, replacing
Your class requires multiple resources defined, as shown in the following:
Which annotation do you use to group multiple @Resource declarations together for class-based injection, replacing
In Java EE, when you need to define multiple resources for class-based injection, the correct annotation to group multiple @Resource declarations together is @Resources. The @Resources annotation allows you to specify an array of @Resource annotations, enabling you to inject multiple resources easily.
A is true !
A is true explanation @ https://docs.oracle.com/javaee/6/tutorial/doc/bncjk.html
A is the correct answer
Answer A. Multiple resources can be defined together using @javax.annotation.Resources annotation