DEVFYI - Developer Resource - FYI

What is comment

J2SE Interview Questions and Answers


(Continued from previous question...)

36. What is comment

In a program, explanatory text that is ignored by the compiler. In programs written in the Java programming language, comments are delimited using // or /*...*/.

(Continued on next question...)

Other Interview Questions