Hello guys, Consider the following code snippet. int x = 241; byte y = (byte) x; System.out.println("y is " + y); I am getting the output as -15 ...
確定! 回上一頁