A

Admin • 828.03K Points
Coach

Q. Single line comment starts with _________ in Java.

  • (A) /**
  • (B) //
  • (C) /*
  • (D) None of these
  • Correct Answer - Option(B)
  • Views: 8
  • Filed under category Java
  • Hashtags:

Explanation by: Admin
Single-line comments start with two forward slashes ( // ). Any text between // and the end of the line is ignored by Java

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.