Which of the following statements is false?
a. You can always pass an instance of a subclass to a parameter of its superclass type. This feature is known as polymorphism.
b. The compiler finds a matching method according to parameter type, number of parameters, and order of the parameters at compile time.
c. A method may be implemented in several subclasses. The Java Virtual Machine dynamically binds the implementation of the method at runtime.
d. Dynamic binding can apply to static methods.
e. Dynamic binding can apply to instance methods.
d Dynamic binding is applied to instance methods, not static methods. Static methods are bound in the compile time.
You might also like to view...
What should a technician do if a wireless controller does recognize a new model of access point that has just been installed?
A) Replace the wireless controller. B) Replace the access point. C) Update firmware. D) Install Windows updates.
Which of the following components are part of the charging system on a laptop? (Choose all that apply.)
a. USB 2.0 port b. Battery c. DC jack d. AC adapter e. All of the above