What is a Javadoc comment?

What will be an ideal response?

A comment that is used to create HTML documentation for the class using the javadoc utility from Sun.

Computer Science & Information Technology

You might also like to view...

Which of the following is true when breaking compound fields into smaller parts?

A) Break names into first name and last name fields. B) Leave city, state, and zip code together in one field. C) For faster sorting, include the street address in the same field as the city, state, and zip code field. D) Always separate the area code from the phone number field.

Computer Science & Information Technology

MC Python uses__________ statements to enable exception handling.

a) until:. b) try:. c) else:. d) finally:.

Computer Science & Information Technology