What do you mean by composite data types in java?
Answers
Composite Data Types. A composite data type is any data type that is composed of primitive data types as its based type. In other words, it is an aggregate of primitive types. Composite types in Java are the array data structure and the class data type.
Hope this helps you mate
Hey mate!!!!
Class is known as composite data type. Built in data types contain predefined features to be applied during the course of programming but in the real situation usually required to apply a logical tool that cannot be created by using the features of a specific data type in such situation a number of primitive data types are grouped together to carry out a particular operation to perform the above task you need creating a user defined class called composite data type hence class is known as a composite data type.
3 Composite Data Types
.1 Arrays. Arrays are specified with curly brackets, e.g., "{1, 2, 3}" is an array of int, while. ...
.2 Matrices. In Ptolemy II, arrays are ordered sets of tokens. ...
3 Records. A record token is a composite type containing named fields, where each field has a value.
Hope this helps you.
Mark as brainliest.