Given the declaration:
Which two annotations may be applied at Loc1 in the code fragment? (Choose two.)
@Resource({“Customer1”, “Customer2”})
@Resource(value={{}})
@Resource
@Resource(“Customer1”)
@Resource()
Submit