The correct answers are A. @Resource({“Customer1”, “Customer2”}) and E. @Resource().
The @Resource annotation is defined to take an array of strings as its value. In option A, the annotation is applied with an array of two strings, which is a valid use of the annotation. In option E, the annotation is applied with an empty array, which is also a valid use of the annotation.
Option D is incorrect because the value of the annotation must be an array of strings, not a single string.
D is correct. Actually any of these are correct. Last 2 only when 'value' is the only required element.
@Resource(value={"String"})
@Resource(value="String")
@Resource({"String"})
@Resource("String")
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
mendjijet
5 months, 4 weeks agod7bb0b2
6 months, 3 weeks agoOmnisumem
11 months agoStavok
1 year agod7bb0b2
6 months, 4 weeks ago[Removed]
11 months, 1 week agoStavok
1 year, 1 month agoMukes877
1 year, 2 months agoxuancat
1 year, 2 months ago