Which of the following is a benefit of using Javadoc comments?

Which of the following is a benefit of using Javadoc comments?


a. They show other programmers how to code a class.
b. They make it easy for other programmers to learn about your class.
c. They allow other programmers to view the source code for your class.
d. They make your classes easier to debug.


Answer: b. They make it easy for other programmers to learn about your class.


Learn More :