Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of the below Java code?
int score=1; for(; true; score++) { System.out.print(score +","); if(score > 3) break; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output for the below code ?
Exception that is identified during compile time is called ______ exception.
What is the value of tip after executing the following code snippet?
TreeSet maintains which order?
What is the output of the following code?
Which of these classes are used by character streams for input and output operations?.
Which of the following statements is true?
Discusssion
Login to discuss.