Multiple Choice
Local variables must be ________.
A) initialized when they're declared.
B) initialized before their values are used in an expression.
C) declared and initialized in two steps.
D) declared at the top of the method's body.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q29: Which of the following is not a
Q30: In an expression containing values of the
Q31: Which of the following is not a
Q32: What is output by the following Java
Q33: Which of the following is not a
Q34: Java is considered a strongly typed language
Q35: Which of the following is a double-selection
Q36: How many times is the body of
Q38: The empty statement is denoted by what
Q39: Sentinel-controlled iteration is also known as:<br>A) Definite