Computer Science, asked by aquib142, 1 year ago

Find the output. public class test { public static void main (string args[]) { string str = null; system.out.println(str); } }

Answers

Answered by eduatulrajp3br2d
4
output value will be null
so it may be 0.
Similar questions