Solved

Which of the Following Statements Is False

Question 5

Multiple Choice

Which of the following statements is false


A) Variables declared in a particular method's body (such as Main) are local variables, which can be used only in that method.
B) Each method can access its own local variables and those of other methods.
C) When a method terminates, the values of its local variables are lost.
D) A method's parameters also are local variables of the method.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions