Home / Programming MCQs / JAVA MCQs / Question
R
Q. What is the output of the below Java program?
int[] marks = {35,65,95}; System.out.print(marks.length + "," + marks[1]);
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Iterator returned by TreeSet is
Which of the following is a type of polymorphism in Java?
Can you make an array volatile?
Which maintains insertion order?
Which of these packages contains all the classes and methods required for even handling in Java?
When is the finalize() method called?
What is the result of compiling and running the following code?
Discusssion
Login to discuss.