Solved

If a Method Has Two Parameters, One Explicit and One

Question 59

Multiple Choice

If a method has two parameters, one explicit and one implicit, and a return type of void, then the documentation comments should include:


A) One @param statement, and one @return statement
B) Two @param statements, and one @return statement
C) One @param statement, and no @return statement
D) Two @param statements, and no @return statement

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions