Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of Java Enhanced FOR loop below?
String names[] = {"MOGLI", "SHAREKHAN", "BALU"}; for(String str: names) { System.out.print(str + ","); }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Overloaded methods are differentiated by
What is the correct way to write a JavaScript array?
What is the default buffer size used by any buffered class?
Which exception is thrown by the read ( ) method of input stream class?
Which of these events is generated when the size os an event is changed?
One if or else if statement inside another if or else if statement is
Which of this method of class String is used to obtain a length of String object?
Discusssion
Login to discuss.