Fight4Tech
1. What will be the output of the following Java program?class Main { private static int $; public static void main(String[] main) { String a_b; System.out.print($); System.out.print(a_b); } }
7 months ago | [YT] | 8
Fight4Tech
1. What will be the output of the following Java program?
class Main {
private static int $;
public static void main(String[] main) {
String a_b;
System.out.print($);
System.out.print(a_b);
}
}
7 months ago | [YT] | 8