Primitive types in Java Programming
Previous | Home | Next |
Primitive types in Java Programming are of three types integer,Boolean, char.
Integer it includes six data types byte,int,short,long,float and double
Boolean it include only Boolean type that is true and false values
char it includes characters
we have already define these in detail in previous page.
Previous | Home | Next |