What is Primitive type and Reference type
Kinds of Data Type in Java
Primitive type
- Java provides 8 kinds of Primitive type.
- Primitive data types cannot contain null
- actual value will saved in Stack memory.
Reference type
- If not primitive type, it is Reference type.
- Reference data types can contain null
- address will saved in Heap memory.
0 개의 댓글:
댓글 쓰기