Quiz on Annotation, Tagging, and Filtering

Take a quiz to test what you’ve learned in this lesson.

1

Is the following code, using multiple tags, valid?

@Test
@Tag("hello")
@Tag("hello")
void tags() {

}
A)

Yes

B)

No

Question 1 of 40 attempted

Get hands-on with 1200+ tech skills courses.