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
Be the first to start discuss.
Q. Which is the arithmetic operator in Java that gives the Remainder of Division?
Q. Which of the following method is used inside session only?
Q. What will be the output for the below code ?
Q. What is a deadlock in Java?
Q. ________ class must give a concrete method.
Q. The keyword used to create a new object in Java is ___.
Q. Which of the following is the correct way of importing an entire package 'pkg'?
Q. User defined exception can be created using _________ class.
Discusssion
Login to discuss.