-
Is Class A primitive data type 2024?
data types classes
Questioner:Samuel Hernandez 2023-05-05 06:56:36
The most authoritative answer in 2024
-

-
Alexander Wright——Works at Facebook, Lives in Menlo Park. Graduated from Massachusetts Institute of Technology (MIT) with a degree in Computer Science.
Other than the
primitive data types, all
data types are
classes. In other words,
data is either
primitive data or object
data. Every object in Java is an instance of a
class. A
class definition has to exist first before an object can be constructed.
read more >>
About “、data types、classes”,people ask:
QuesHub is a place where questions meet answers, it is more authentic than Quora, but you still need to discern the answers provided by the respondents.