Which of the following is a valid Javadoc comment?

Which of the following is a valid Javadoc comment?


a. // Calculates the balance due //
b. / Calculates the balance due */
c. /* Calculates the balance due /
d. / Calculates the balance due /


Answer: c. /* Calculates the balance due /


Learn More :