What is the output of the code?
public class Test 
{
public static void main (String [ ] args)
{
boolean b=true;
++b;
System.out.println(b);
}
}


Posted on by