What are reference data types in Java?
Answers
Answered by
3
Primitive vs. Reference Data Types
primitive types are the basic types of data. byte, short, int, long, float, double, boolean, char. primitive variables store primitive values.reference types are any instantiable class as well as arrays. String, Scanner, Random, Die, int[], String[] , etc. reference variables store addresses.
Similar questions
Art,
6 months ago
Environmental Sciences,
6 months ago
Math,
6 months ago
Computer Science,
11 months ago
Physics,
11 months ago
Math,
1 year ago
Hindi,
1 year ago
English,
1 year ago