Computer Science, asked by umesh940384, 10 months ago

what is a variables in java

Answers

Answered by anuragpandey8582
3

Answer:

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

Answered by dishaa234
7

Answer:

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 more detail in the text on Java

data types.Variables are typically useto store information which your java

program needs to do it's job.

Hope it's helpful for you.

Similar questions