Is Class A primitive data type 2024?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at the International Air Transport Association, Lives in Montreal, Canada.
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.
2023-05-07 06:56:36
评论(499)
Helpful(122)
Helpful
Helpful(2)

Benjamin Hayes
QuesHub.com delivers expert answers and knowledge to you.
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.