Answer the following statements true (T) or false (F)

1. A deep copy of an object is a copy that has references in common with the original object.
2. A copy constructor and a clone method should normally make a deep copy whenever possible.
3. If you define a clone method, the class should implement the Cloneable interface.
4. An iterator is any object that allows you to step through the list one item at a time.
5. A stack cannot be represented as a linked list.


1. False
2. True
3. True
4. True
5. False

Computer Science & Information Technology

You might also like to view...

The OSI model is divided into how many layers?

A) Four B) Five C) Six D) Seven

Computer Science & Information Technology

Match the following terms to their meanings:

I. Merge cells A. Displays text from top to bottom and is aligned at the top II. Rotate all text 90° right edge of the column III. Split cells B. Feature that divides a selected cell into a specified number IV. Stacked of cells V. Rotate all text 270° C. Displays text from bottom to top and is aligned at the lower left edge of the column D. Displays text from top to bottom, one character at a time E. Feature that combines selected cells into one cell

Computer Science & Information Technology

Network perimeters may be blurred by ____.

A. VPNs B. intranets C. Web sites D. desktop computers

Computer Science & Information Technology

A Quick Format is a set of formatting options, including line style, fill color, and effects. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology