5. (TCO 6) Which statement is false?
6. (TCO 6) Which statement is false?
7. (TCO 6) The collections framework algorithms are _____; for example, each of these
algorithms can operate on objects that offer given interfaces without concern to the underlying
implementations
8. (TCO 6) Comparator method compare should return _____ if the first argument is greater
than the second argument.
9. (TCO 6) If no elements are in the Stack, method pop throws an _____
10. (TCO 6) When the compiler translates a generic method into Java bytecodes, it uses _____
to replace the type parameters with actual types