KnowledgeBoat Logo
|

Computer Applications

Define Composite data type

Java Library Classes

3 Likes

Answer

A composite data type is a data type which can be constructed in a program using the programming language's primitive data types. It is a collection of primitive data types. Examples of composite data types are String and Array.

Answered By

2 Likes


Related Questions