A

Admin • 828.03K Points
Coach

Q. Multiline comment is created using ___.

  • (A) //
  • (B) /* */
  • (C) <!-- -- >
  • (D) All of these
  • Correct Answer - Option(B)
  • Views: 13
  • Filed under category Java
  • Hashtags:

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.