Multiple choice

Which are block tags?

  1. @param

  2. @break

  3. @find

  4. @substring

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Javadoc, block tags are introduced by an '@' symbol followed by the tag name at the beginning of a line. The tag '@param' is a standard Javadoc block tag used to document a method parameter, whereas the other options are not valid Javadoc tags.