Multiple Choice
In order to determine the type that a polymorphic variable refers to, the decision is made
A) by the programmer at the time the program is written
B) by the compiler at compile time
C) by the operating system when the program is loaded into memory
D) by the Java run-time environment at run time
E) by the user at run time
Correct Answer:

Verified
Correct Answer:
Verified
Q30: Although insertion sort and selection sort have
Q31: An interface reference can refer to any
Q32: Code Example Ch 10-1<br>An int array
Q33: Given the following code, class Aggregate is
Q34: A method's parameter can be polymorphic, giving
Q35: What does the following code do? Assume
Q36: It is possible to sort an array
Q38: To swap the 3rd and 4th elements
Q39: Which of the following methods will sort
Q40: Code Example Ch 10-1<br>An int array