Computer Science, asked by sunitaverma2k18, 6 months ago

explain tha kinds of variable in java​

Answers

Answered by thanushreeprathap1
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