Enumeration elements() method returns enumeration of values contained in dictionary - Wrapper classes

Q.  Which method returns an enumeration of the values contained in the dictionary?
- Published on 15 Jul 15

a. Enumeration elements()
b. Enumeration keys()
c. Enumeration propertyNames()
d. None of the above

ANSWER: Enumeration elements()
 

    Discussion

  • Prajakta Pandit   -Posted on 15 Dec 15

    - Enumeration elements() returns an enumeration of the values contained in the dictionary.

    - Dictionary is an abstract class which represents a key or a value storage repository and operates much like map.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)