Home » Java Programming » Objects and Collections

What will be the output of the program? public class Test { private static float[] f = new float[2]; public static void main (String[] args) { System.out.println("f[0] = " + f[0]); } }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!