0 votes
in JAVA by
What is variable in java?

1 Answer

0 votes
by

What is variable in java?

A Java variable is a piece of memory that can contain a data value. A variable thus has a data type. Data types are covered in more detail in the text on Java data types. Variables are typically used to store information which your Java program needs to do its job.

Related questions

0 votes
asked Apr 10, 2021 in JAVA by Robindeniel
+1 vote
asked Jul 27, 2021 in JAVA by SakshiSharma
...