When a class both extends and implements, by convention the ____ clause follows the keyword extends in the class header.

A. extends
B. new
C. implements
D. if


Answer: C

Computer Science & Information Technology

You might also like to view...

The JCF Stack class is used to instantiate a stack:

``` Stack intStack = new Stack(); The statements int k = 77; intStack.push(k*k); ``` use the primitive type int instead of the wrapper type Integer. These statements A) cause a compile time error B) compile and execute correctly C) cause a ClassCastException D) None of the above

Computer Science & Information Technology

________ are used to store VBA procedures that can be referenced or called by other procedures in the database

Fill in the blank(s) with correct word

Computer Science & Information Technology

________ are used to organize slides similar to using folders to organize your files

A) Sections B) Slices C) Topics D) Slide layouts

Computer Science & Information Technology

________ are three, four, or five small graphic images that are useful for quickly identifying higher and lower numbers within a large group of data

Fill in the blank(s) with correct word

Computer Science & Information Technology