J2SE Question:

What is comment?

Tweet Share WhatsApp

Answer:

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

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is compilation unit?What is codebase?