byte myNum = 100;System.out.println(myNum);
myNum
out
The “byte” keyword denotes a data type capable of storing integers within the range of -128 to 127.