Java Basic Data Types
We will see the basic data types in Java. We will also write a simple program to assign values to different data types and print their values. Primitive data types byte byte is a 8 bit signed two’s complement integer. Can stores values from -128 to 127. byte bt =…