You have to place a(n) ____ before the image map name with the usemap attribute in the
tag.
A. ampersand
B. pound sign
C. colon
D. percent sign
Answer: B
You might also like to view...
MC Method______ specifies where and how a component should be placed in its parent using the Pack layout manager.
a) pack. b) fill. c) insert. d) None of the above.
You cannot boot a computer fromĀ ____________.
A. the hard drive B. a CD or DVD C. a USB flash drive D. a wireless network
Which of the following statements about heavyweight components is false?
a. AWT components are not heavyweight components. b. Several Swing components are heavyweight components. c. The look-and-feel may vary across platforms. d. The functionality may vary across platforms.
function prototypes void selectSort( int list[], int n); void printList ( const int list[], int len, const string&);
const int MAX_SIZE = 100; const int SENT = -1; What will be an ideal response?