J2SE Question:
Download Job Interview Questions and Answers PDF
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
/*...*/.
//
or
/*...*/.
Download J2SE Interview Questions And Answers
PDF
Previous Question | Next Question |
What is compilation unit? | What is codebase? |