...

/

Quiz on Annotation, Tagging, and Filtering

Quiz on Annotation, Tagging, and Filtering

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

We'll cover the following...
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