. What is composite data type?
2. State the difference between primitive and composite data type.
3. What is a wrapper class? Name the wrapper classes used in java.
4. Explain autoboxing and unboxing in java.
5. Explain the usage of .parse…( ) method.
Answers
Answered by
2
Answer:
a composite data type or compound data type is any data type which can be constructed in a program using the programming language's primitive data types and other composite types.
Explanation:
Similar questions