Home > Java Programming > Objects and Collections > Questions and Answers
Exercise:
Q: |
What will be the output of the program? public class Test { public static void main (String args[]) { String str = NULL; System.out.println(str); } } | ||||||||||
|
Comment on this Question | |
Name: | |
|