Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of the below Java program?
int time=50; do { System.out.print(time + ","); time++; }while(time < 53)
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of the following type of JDBC driver, is also called Type 2 JDBC driver?
Which of the following statements is NOT true about creating your own exceptions?
Which state is the thread still alive, but is currently not eligible to run?
If an AND (&) operator is applied with two integers, what is this operator?
What is the lastest version of Java?
What is the order of the variables in Enum?
Which of the following statements correctly describes an interface?
Discusssion
Login to discuss.