Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of this Java snippet? int a = 0b111; System.out.println(a);
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. A single-line comment begins with a ________ and ends at the end of the line.
Q. Which of these statements is incorrect?
Q. Which of the following contains both date and time?
Q. Output of following Java Program?
Q. Minimum threads in a program are
Q. The command-line arguments in Java are used along with a ____ command.
Q. Which of the following are true?
Q. Java supports input/output of data through the classes included in the _______ package:
Q. ______ is a group of related data items that share a common name with same data type
Discusssion
Login to discuss.