Java OCA OCP Practice Question 36

Question

Which JDK interface is the Iterator interface intended to replace?

  • A. Runnable
  • B. Throwable
  • C. Enumeration
  • D. List


H:Note

It is intended to replace the Enumeration interface.




PreviousNext

Related