InterviewSolution
Saved Bookmarks
| 1. |
Primitive data type is also called ________ of java |
|
Answer» Answer: "Primitive types are the most basic data types AVAILABLE within the Java LANGUAGE. There are 8: BOOLEAN , BYTE , char , short , int , long , float and double . These types serve as the building BLOCKS of data manipulation in Java." |
|