Write a Java program to display all primitive type variables. Also display your name in the last line.
The basic primitive datatypes are listed below. Integer Floating Point Character Boolean Here this types also categorized in other datatypes as follow. Integer This all stores signed, positive and negative values. byte short int long Floating Point Floating Point also known as real number are… Read More »Write a Java program to display all primitive type variables. Also display your name in the last line.