What is the output of the following code?

public class test{
public static void main(string[] args){
byte b=127;
b++;
b++;
System.out.println(b);
}
}


Posted on by