InterviewSolution
Saved Bookmarks
| 1. |
What Is Comment ? |
|
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 /*...*/. In a program, explanatory text that is ignored by the compiler. In programs written in the Java programming language, comments are delimited using // or /*...*/. |
|