When overriding a superclass method and calling the superclass version from the subclass method, failure to prefix the super class method name with the keyword super and a dot (.) in the super class method call causes ________.

a. a compile-time error.
b. a syntax error.
c. infinite recursion.
d. a run time error.


c. infinite recursion.

Computer Science & Information Technology

You might also like to view...

The Java standard libraries have a class named ___________ that behaves almost exactly the same as the class ArrayList.

a. Array b. Container c. Vector d. All of the above

Computer Science & Information Technology

The best option for a stock broker is to import tables, not link tables

Indicate whether the statement is true or false

Computer Science & Information Technology

Themes cannot be customized in Excel

Indicate whether the statement is true or false.

Computer Science & Information Technology

Which pseudo-class can be used to have underlines appear or change the color of text when the user points at an element?

A. :alter B. :select C. :hover D. :transform

Computer Science & Information Technology