Multiple choice Which are block tags? @param @break @find @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.