What do you understand by a variable?
Answer / Reetesh Kumar
In programming, a variable is a named location used to store data. Variables in Java can hold different types of data like numbers, characters, boolean values, etc., and they allow for dynamic changes in the value assigned during the program execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is stateless class in java?
Can java program run without jdk?
What is a dao layer in java?
What is the content of the Java 2 security policy file?
ioc vs dependency injection?
What is serializable in java?
What is map and flatmap?
What is jersey in java?
What is predicate in lambda expression?
What is meant by framework in java?
What is data encapsulation?
What is a container in java?