A good answer might be:No. Everything is so confused, a slight mistake is easily overlooked. |
CommentsA comment is a note written to a human reader of a program. For example, here is the program with a comment at the start:
The program compiles and runs exactly the same as before.
The comment starts with the two characters "//" (slash slash).
Those characters and everything that follows them on one line are ignored by
the java compiler.
|
QUESTION 12:Are comments included in the bytecode translation of a Java program? Click Here after you have answered the question |