Nội dung text 24A - W01 - MCQ - Final.pdf
PROGRAMMING IN JAVA Assignment 1 TYPE OF QUESTION: MCQ Number of questions: 10 Total marks: 10 × 1 = 10 NPTEL Online Certification Courses Indian Institute of Technology Kharagpur QUESTION 1: Which of the following is not a valid comment in Java? a. /** comment */ b. /* comment */ c. /* comment / d. // comment Correct Answer: c. /* comment / Detailed SoluƟon: OpƟon c : /* comment /. This is not valid comment statement