Describe primitive data types in Java.
34 Likes
Primitive data types are fundamental data types that are an integral part of the Java language and are used to declare a variable.
Answered By
21 Likes
Which integer and floating point data types take up the same number of bits in computer memory?
List the size of primitive data types in Java.
What is wrong with the following statement? float flt = 7895.0345;
Distinguish between "A" and 'A'.