Given the declaration:
Examine this code fragment:
/* Loc1 */ class ProcessOrders { ... }
Which two annotations may be applied at Loc1 in the code fragment? (Choose two.)
@Resource(priority=100)
@Resource(priority=0)
@Resource(name=“Customer1”, priority=100)
@Resource(name=“Customer1”)
@Resource
Submit