Java : Programming Concept Questions & Answers
Question : In Java code, the line that begins with /* and ends with */ is known as?
A.
Multiline
comment
B.
Single line comment
C.
Both A & B
D.
None of these
Correct Answer is : Option A.
- Which of the following are not Java modifiers?
- Who is known as father of Java Programming Language?
- In java control statements break, continue, return, try-catch-finally and assert belongs to?
- Which provides runtime environment for java byte code to be executed?
- What is byte code in Java?