Predict the output??
public class Test
{
static int i = 10;
public Tes
{
System.out.println(this.i);
}
public static void main (String args[])
{
Test t = new Test();
}
}

Posted on by