Quiz on Annotation, Tagging, and Filtering
Take a quiz to test what you’ve learned in this lesson.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Is the following code, using multiple tags, valid?
@Test
@Tag("hello")
@Tag("hello")
void tags() {
}
A.
Yes
B.
No
1 / 4