<< Chapter < Page | Chapter >> Page > |
Revised: Sun Mar 27 20:40:28 CDT 2016
This page is included in the following Books:
This module contains review questions and answers keyed to the module titled Jb0140: Java OOP: Java comments .
The questions and the answers are connected by hyperlinks to make it easy for you to navigate from the question to the answer and back again.
True or false? Comments in your source code are ignored by the compiler.
True or false? Java supports the four styles of comments.
True or false? The javadoc tool is a special program that is used to compile Java programs.
True or false? Comments recognized by the javadoc tool begin with /** and end with */
True or false? Multi-line comments begin with /# and end with #/
True or false? The multi-line comment style is particularly useful for creating large blocks of information that should be ignored by the compiler.
True or false? The multi-line comment style cannot be used to produce a comment consisting of a single line of text.
True or false? Single-line comments begin with // and end at the end of the line.
What is the meaning of the following two images?
This image was inserted here simply to insert some space between the questions and the answers to keep them from being visible on the screen at thesame time.
The image is also an example of the kinds of things that we do in my coursetitled ITSE 2321, Object-Oriented Programming.
This image was also inserted for the purpose of inserting space between the questions and the answers.
True.
False. The multi-line comment style can be used to produce a comment consisting of none, one, or more lines of text.
True.
False. Multi-line comments begin with /* and end with */
True.
False. The javadoc tool is a special program that is used to produce documentation for Java program.
False. Java supports the three styles of comments.
True.
This section contains a variety of miscellaneous information.
Financial : Although the Connexions site makes it possible for you to download aPDF file for this module at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, youshould be aware that some of the HTML elements in this module may not translate well into PDF.
I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version ofthe module.
In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale onAmazon.com showing me as the author. I neither receive compensation for those sales nor do I know who does receive compensation. If youpurchase such a book, please be aware that it is a copy of a module that is freely available on cnx.org and that it was made andpublished without my prior knowledge.
Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.
-end-
Notification Switch
Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?