Q. What is the default value of a boolean array element in Java if it's not explicitly initialized?
β
Correct Answer: (B)
FALSE
Explanation: The correct answer is Option B: FALSE.