Computer Science, asked by hellohihello, 8 months ago

What are data variables in java?

Answers

Answered by saxenakamini745
0

Answer:

Java Variables. A variable is a container which holds the value while the Java program is executed. A variable is assigned with a data type. Variable is a name of memory location. There are three types of variables in java: local, instance and static.

Answered by ritikajain2022
0

Answer:

Java Variables. A variable is a container which holds the value while the Java program is executed. A variable is assigned with a data type. Variable is a name of memory location. There are three types of variables in java: local, instance and static.

Hope it's help you

Mark as brainliest answer

Similar questions