The _____ button allows you to choose whether you want to copy the values from the source area to the destination area with formatting.
A. Copy Options
B. Replace Options
C. Formatting Options
D. Auto Fill Options
Answer: D
You might also like to view...
Synchronous transmission
a. can use transmitted clock signals to time data transmission b. can use sync characters to time data tranmission c. is well-suited to large data blocks d. all of the above
Which of the following statements about the reference super is true?
A. It must be used every time a method from the superclass is called. B. It must be the last statement of the subclass constructor. C. It must be the first statement of the subclass constructor. D. It can only be used once in a program.
If you overload the binary arithmetic operator + as a member function, how many objects must be passed as parameters?
A. none B. one C. two D. three
The classes and interfaces which comprise the collections framework are members of package ________.
a. java.util. b. javax.swing. c. java.collections. d. java.collection.