An application iterates the hashtable by calling the ______ and ______ member functions.

Skill/Topic: Hash Table
A) hasNext() and getNextKey()
Explanation: An application iterates the hashtable by calling the hasNext() and getNextKey() member functions. These two functions are used together with initIterator() to retrieve all the keys from a hashtable

Showing Answers 1 - 1 of 1 Answers

swati patil

  • May 21st, 2007
 

hasNext(0 and next()

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions