explain tha kinds of variable in java
Answers
Answered by
2
A variable is a container which holds the value while the Java program is executed. ... Variable is a name of memory location. There are three types of variables in java: local, instance and static. There are two types of data types in Java: primitive and non-primitive
Similar questions