Asked by Yuleisy Garcia on Apr 24, 2024

verifed

Verified

Javadoc requires a comment to be delimited by _________ to be included in the extracted class interface.

A) // //
B) /* */
C) /** */
D) " "

Javadoc

A documentation generator for Java code, which creates HTML pages of API documentation from Java source code.

Comment

Lines within a program’s code meant to provide explanations or annotations, which are ignored by compilers and interpreters.

  • Become familiar with Java coding guidelines and its documentation.
verifed

Verified Answer

ZK
Zybrea KnightMay 02, 2024
Final Answer :
C
Explanation :
Javadoc requires a comment to be delimited by /** and */ to be included in the extracted class interface.