What is the output of the above program?
public class Sss
{
public static
void main(String args[])
{
byte a=127; a++;
System.out.println(a);
}
}
Reveal answer
Fill a bubble to check yourself
What is the output of the above program?
public class Sss
{
public static
void main(String args[])
{
byte a=127; a++;
System.out.println(a);
}
}