Multiple Choice
A variable whose meaning is confined to a method definition is called an/a
A) instance variable
B) local variable
C) global variable
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Mutator methods can return integer values indicating
Q12: Accessor methods:<br>A)return something equivalent to the value
Q14: Only the default constructor has the this
Q17: A method that performs some action other
Q19: Write a Java class that represents a
Q23: It is considered good programming practice to
Q29: Java supports operator overloading.
Q34: Boolean expressions may be used to control
Q38: Write a driver program to test your
Q42: The Java language supports global variables.