Multiple Choice
Consider the following method header: /**
Adds interest to the bank account
_________________________________
*/
Public void addInterest(double rate)
) . .
Fill in the blank in the javadoc comment:
A) @param rate the rate of interest
B) @parameter rate the rate of interest
C) @param interestRate the rate of interest
D) @parameter interestRate the rate of interest
Correct Answer:

Verified
Correct Answer:
Verified
Q7: We want the toString method to return
Q17: Which line of code is part of
Q21: Consider the following invocation of the deposit
Q41: In the statement below, amount is referred
Q41: Given this method comment, fill in the
Q43: The black boxes from which a program
Q45: Fill in the blank in the comment
Q48: We want to change the BankAccount class
Q49: Given this method implementation, fill in the
Q102: Encapsulation allows a programmer to use a