The declaration


class Point
{
}

is an example of

A) a generic class extending the class Number
B) a generic class extending a non-generic class
C) a generic class extending another generic class
D) a non-generic class extending a generic class

B) a generic class extending a non-generic class

Computer Science & Information Technology

You might also like to view...

A(n) ________ query can be used to archive older records that need to be stored outside of the current table

A) append B) delete C) make table D) update

Computer Science & Information Technology

Which of the following statements about adding an ImageView to the GUI by dragging it from the Palette’s Widgets section onto the canvas is false?

a. When you drag a view onto the canvas, the layout editor displays orange guide lines, green guide lines and a tooltip. b. The orange guide lines show the bounds of each existing view in the layout. c. The green guide lines indicate where the new view will be placed with respect to the existing views—by default, new views are added at the top of a vertical Linear-Layout, unless you position the mouse below the orange box that bounds the lay-out’s bottommost view. d. The tooltip displays how the view will be configured if you drop it at the current position.

Computer Science & Information Technology