-
-
-
-
-
How can u move/drag a component placed in Swing Container?
Thirumalai's Answer : Using dnd package. ( I will place a sample code if anybody is intrested )
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Class hierarchy of HashMap is as follows
"HashMap extends AbstractMap implements Map"
When AbstractMap implements Map interface and AbstractMap is extended by HashMap, what is the use of again implementing Map interface in the declaration of HashMap?.">Class hierarchy of AbstractMap is as follows "AbstractMap implements Map"Class hierarchy of HashMap is as follows "HashMap extends AbstractMap implements Map"When AbstractMap implements Map interface and AbstractMap is extended by HashMap, what is the use of again implementing Map interface in the declaration of HashMap?.
Core Java Interview Questions
Ans