Home » Java Programming » Objects and Collections

What will be the output of the program? public class Test { public static void main (String args[]) { String str = NULL; System.out.println(str); } }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!