Q. Multiline comment is created using ___.
β
Correct Answer: (B)
/* */
Explanation: Multi-line comments start with /* and ends with */. Any text between /* and */ will be ignored by Java.