Java interview questions on variables
Variable: Variable is the name of reserved memory location. It means when we declare a variable some part of memory is reserved.e.g. int var1 = 35;var1 is a variable here.
Please Share
Java interview questions on variables
Variable: Variable is the name of reserved memory location. It means when we declare a variable some part of memory is reserved.e.g. int var1 = 35;var1 is a variable here.