Thread: data types
View Single Post
Old 09-21-2016, 05:01 AM   #2
rajkiran
Registered User
 
Join Date: Aug 2016
Posts: 961
The platform independent feature of Java is achieved through bytecode. The eight primitive data types are: byte, short, int, long, float, double, boolean, and char. The java.lang.String class represents character strings
rajkiran is offline   Reply With Quote