Multiple Choice
The lifetime of a method's local variable is __________.
A) the duration of the program
B) the duration of the class to which the method belongs
C) the duration of the method that called the local variable's method
D) only while the method is executing
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q26: A _ type of method performs a
Q27: If method A calls method B, and
Q28: Given the following method, which of these
Q29: Two general categories of methods are void
Q30: Only constants and variables may be passed
Q32: A parameter variable's scope is the method
Q33: To create a method, you must write
Q34: In the method header, the method modifier
Q35: In the following code, System.out.println(num) is an
Q36: Given the following method header, which of