Hi,
could any body let me know the parent class of java.util.Map interface? as per my knowledge it is java.lang.Object. Please correct me if i am wrong.
--Deepika
An iterface does not have a parent class. It can have multiple "parent" interfaces, if it extends multiple interfaces.
As for a class that implements Map, you can't tell its parent class without knowing the class. Some classes may have Object as the parent class, implementing Map completely themselves. Others may extend AbstractMap, inheriting some methods from it. Others may even extend an existing Map implementation. An example is java.util.Properties, which extends java.util.Hashtable which in turn extends java.util.Dictionary which in turn extends Object. In this hierarchy, only Hashtable and Properties are Maps.
Rob said everything I can think on the topic. Since it sounds like you are new to Java, it's probably also helpful to show you how to find this information yourself.
"The set strikes me as something like the set of potatoes, radishes, farming, and lunch. " - a colleague's way of comparing both overlapping and disparate groups. made me laugh and thought of the ranch