Question: Java Select all correct statement(s) Private Internal methods do not need JavaDoc comments. We do not have to write JavaDoc comments for constructors, JavaDoc is
Select all correct statement(s) Private Internal methods do not need JavaDoc comments. We do not have to write JavaDoc comments for constructors, JavaDoc is only for the methods. JavadDoc comments are for all exposed elements (anything that is non-private). If a method is not a void (returns something), we need to provide @return
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
