Multiple Choice
What happens if you attempt to use a variable before it has been initialized?
A) A syntax error may be generated by the compiler.
B) A run-time error may occur during execution.
C) A "garbage" or "uninitialized" value will be used in the computation.
D) A value of zero is used.
E) Only answers A and B are correct.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Write a declaration for a Rectangle named
Q6: An API is<br>A) an Abstract Programming Interface<br>B)
Q7: An alias is when<br>A) two different reference
Q8: The names of the wrapper classes are
Q9: Write a statement to create a Color
Q11: These two ways to set up a
Q12: These two ways to set up a
Q13: Given two String variables, s1 and s2,
Q14: These two ways to set up a
Q15: Problem Ch 03-1<br>Assume an interactive Java program