What will be the output?
public static void main(String args[]) {
short number = 32767;
short number=32767;
short numberTwo=(short)(number+1);
System.out.println(numberTwo);
}

Posted on by