Answers

Question and Answer:

  Home  J2SE

⟩ 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

/*...*/.

 122 views

More Questions for you: