Solved

Which of the Following Statements Is True

Question 31

Multiple Choice

Which of the following statements is true?


A) Local variables are automatically initialized.
B) Every instance variable has a default initial value-a value provided by Java when you do not specify the instance variable's initial value.
C) The default value for an instance variable of type String is void.
D) The argument types in the method call must be identical to the types of the corresponding parameters in the method's declaration.

Correct Answer:

verifed

Verified

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

Related Questions