End-of-line comments that should be ignored by the compiler are denoted using
a. Two forward slashes (//).
b. Three forward slashes (///).
c. A slash and a star (/*).
d. A slash and two stars (/**).
A
Computer Science & Information Technology
You might also like to view...
Macro instructions are written in ________ Basic for Applications, a programming language that is built into Microsoft Office
Fill in the blank(s) with correct word
Computer Science & Information Technology
Comparable
A) a generic class that you can to instantiate objects that can be compared B) is a method defined in the Java class libraries that is used to compare objects of generic type C) is a library module that is useful in implementing generics D) is an interface defined in the Java class libraries
Computer Science & Information Technology