What is the output of the given program code?
public class ScopeTest
{
public static void main(String[] args)
{
int [] xx = null;
for(int i=0;i
Reveal answer
Fill a bubble to check yourself
What is the output of the given program code?
public class ScopeTest
{
public static void main(String[] args)
{
int [] xx = null;
for(int i=0;i