Home
Flashcards
Preview
Java Final 5
Home
Get App
Take Quiz
Create
What does a java doc comment look like?
/**...*/
Javadoc comments can be built into __________
HTML documentation.
The javadoc program will create ________
index.html
You can provide a description of each parameter in your documentation comments by using the _________ tag.
@param
General format of the @param tag:
@param parameterName Description
All @param tags in a method’s documentation comment must appear after the __________. The description can span ___________ .
general description
several lines
What does the @return tag do?
provides a description of the return value in your documentation comments.
General format of the @return tag:
@return Description
The @return tag in a method’s documentation comment must appear __________ . The description can span __________ .
after the general description
several lines
Author
gianni11
ID
218830
Card Set
Java Final 5
Description
Final 5
Updated
2013-05-09T20:02:53Z
Show Answers
Home
Flashcards
Preview