Find the output. public class test { public static void main (string args[]) { string str = null; system.out.println(str); } }
Answers
Answered by
4
output value will be null
so it may be 0.
so it may be 0.
Similar questions