+91-85006-22255
What will be the output of the following program?
public class Visit { public static void main(String args[]) { int s = 123; boolean[] BA = new boolean[10]; if (BA[0] == s > 333) System.out.println(s); }}
Topic: Creation And Declaration Of Array In Java
Read this topic Take test on this topic
Open In App