Output of the below code will be?
  Class Output 
{
public static void main(String args[])
}
Integer i = new Integer(257);
byte x = i.byteVlue();
System .out.print(x);
}
}

Posted on by