πŸ“Š JAVA
Q. Multiline comment is created using ___.
  • (A) //
  • (B) /* */
  • (C) <!-- -- >
  • (D) All of these
πŸ’¬ Discuss
βœ… Correct Answer: (B) /* */

Explanation: Multi-line comments start with /* and ends with */. Any text between /* and */ will be ignored by Java.

Explanation by: Team MCQ Buddy
Multi-line comments start with /* and ends with */. Any text between /* and */ will be ignored by Java.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
269
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
96%
Success Rate