What is comment?

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

Read Online J2SE Job Interview Questions And Answers