What is the output of the given code?
public class MyFor3
{
public static void main(String[] args)
{
int [] xx = null; System.out.println(xx);
}
}
Reveal answer
Fill a bubble to check yourself
What is the output of the given code?
public class MyFor3
{
public static void main(String[] args)
{
int [] xx = null; System.out.println(xx);
}
}