What is not true about primitive data types in Java we use p
What is not true about primitive data types in Java?
we use primitive type wrappers to help convert among the various types and to give the primitive data types functionality.
primitive data types hold both the data and methods for working with that data.
they are the only non-object data types in Java.
The Scanner class has functions for reading primitive data type values.
Solution
Answer: primitive data types hold both the data and methods for working with that data.
promitive data types are int, double, float, char, boolean
Primitive data types do not have any methods that are working with that data.
