Q24
What is the default value of a local variable in Java if it is not explicitly initialized?
A.
0 (zero)
B.
Null
C.
True
D.
There is no default value; it must be initialized before use
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board