C
Q. Find the output of the following program
public class Solution{ public static void main(String[] args){ int[] x = {120, 200, 016}; for(int i = 0; i < x.length; i++){ System.out.print(x[i] + “ “); } } }
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. What will be the output of the following code
Q. At runtime, error is recoverable.
Q. What is method hiding in Java?
Q. JVM is ___________for bytecode.
Q. Choose the correct statements about choosing a name for a class in Java.
Q. Which are the methods used to parse string values to the respective data types in Java?
Q. What is an example of polymorphism?
Discusssion
Login to discuss.