What is different between < > & () ? How does this work?
HashMap<**String**,**String**> HM= new HashMap<**String**, **String**>();
HashMap HM= new HashMap();
What is different between < > & () ? How does this work?
HashMap<**String**,**String**> HM= new HashMap<**String**, **String**>();
HashMap HM= new HashMap();