What will be the output of the program? public class Test { public static void main (String args[]) { String str = NULL; System.out.println(str); } }
Reveal answer
Fill a bubble to check yourself
What will be the output of the program? public class Test { public static void main (String args[]) { String str = NULL; System.out.println(str); } }