1.

Which method when implemented must return true while there are still more elements to extract, and false when all the elements have been enumerated?

A. Object nextElement( )
B. boolean hasMoreElements( )
C. Both A & B
D. None of the above
Answer» C. Both A & B


Discussion

No Comment Found