Java : Non Primitive Data Types
Java : Non Primitive Data Types
Non-primitive data types are also called as reference types because they refer to objects.
Examples: Strings, Arrays, Classes, Interface, etc. are non-primitive type.
Note: Non-primitive data type also called a User Defined Type when declaring an object with Classes and Interfaces names.
See Also: Java: Primitive Type Size and Default Value
Primitive Vs Non-Primitive
These are the main…
View On WordPress










