What is meant by the value of a variable?



What is meant by the value of a variable?..

Answer / Siddhnath Gaur

The value of a variable is the actual quantity or information that a variable represents. For example, in Java, a variable can represent an integer (e.g., int x = 5), a string (e.g., String name = "John"), etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Difference between nested and inner classes ?

1 Answers  


Explain how can you debug the Java code?

1 Answers   BirlaSoft,


What is overriding in java?

1 Answers  


Is oracle java 11 free?

1 Answers  


Do I need java on my computer?

1 Answers  


Is null in java?

1 Answers  


Where is core java used?

1 Answers  


What is the purpose of a statement block?

1 Answers  


Can you start a thread twice in Java?

1 Answers  


In Serialization, whether you will use Static variables?

3 Answers   HCL,


Discuss different types of errors that generally occur while programming.

1 Answers   Amdocs,


What is string in java? String is a data type?

1 Answers  


Categories