Computer Applications

Differentiate between primitive type and composite type data

Java Library Classes

105 Likes

Answer

Primitive Data TypesComposite Data Types
Primitive Data Types are Java's fundamental data typesComposite Data Types are created by using Primitive Data Types
Primitive Data Types are built-in data types defined by Java language specificationComposite Data Types are defined by the programmer
Examples of Primitive Data Types are byte, short, int, long, float, double, char, booleanExamples of Composite Data Types are Class and Array

Answered By

62 Likes


Related Questions