Which of the following is NOT an Arrange command?
A. Send to Back
B. Send Backward
C. Bring to Top
D. Bring Forward
Answer: C
Computer Science & Information Technology
You might also like to view...
Which statement is false?
a. A ListIterator accesses the elements of a List. b. Class ArrayList is a fixed-size array. c. A LinkedList is a linked list implementation of a List. d. ArrayLists execute faster than Vectors because they are not thread safe.
Computer Science & Information Technology
Shapes are ________ by adding text and pictures to them
A) customized B) formatted C) edited D) grouped
Computer Science & Information Technology
Which operation will retrieve the item at position i in anArray?
A. anArray[i] = val; B. val[i] = anArray[i]; C. val = anArray[i]; D. i[val] = anArray;
Computer Science & Information Technology
Which method can you use to find out the number of the bytes in a file using InputStream?
a. length() b. available() c. size() d. getSize()
Computer Science & Information Technology