KnowledgeBoat Logo
|

Computer Applications

What do you mean by non-primitive data type? Give examples.

Values & Data Types Java

97 Likes

Answer

A non-primitive data type is one that is derived from Primitive data types. A number of primitive data types are used together to represent a non-primitive data type. Examples of non-primitive data types in Java are Class and Array.

Answered By

60 Likes


Related Questions