Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of the below Java program with FOR loop?
for(int j=0; j<5;j++;) System.out.print(j + ",");
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which escape character is used for word character in regex?
Which of these classes are the direct subclasses of the Throwable class?
Choose a multiline comment in Java language below?
In Inetaddress class which method returns the host name of IP address?
The default package that is implicitly called in a java program is _________.
Generally string is a sequence of characters, But in java, string is an _______
Discusssion
Login to discuss.