In Java, the keyword ____ tells the Java compiler that the class being declared is a subclass of the class whose name comes next.
A. implements
B. continue
C. extends
D. protected
Answer: C
Computer Science & Information Technology
You might also like to view...
Windows 8.1.1 contains a set of five ________ that enable you to search, share, access devices or change settings
Fill in the blank(s) with correct word
Computer Science & Information Technology
The S-video connector can be used to connect a computer to a TV
Indicate whether the statement is true or false
Computer Science & Information Technology
Mutual authentication means that the identity of both parties is verified.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Which of the following method declarations correctly defines a method with a variable length parameter list?
a) public int average(int[] list) b) public int average(int ... list) c) public int average(...) d) public int average(int a, int b, int c, ...) e) public int average(integers)
Computer Science & Information Technology