Predict the output??..
class monkey
{
public static void main(String[] args)
{
byte b=2+2;
System.out.println(b);
}
}

Posted on by