posted 18 years ago
This code compiles fine.
What does the bold line means? What type will the key and Value be of ?
I have seen mostly ;
Map<Key,Value> m = new HashMap<Key,Value>();
where both Key and Value are Objects.
[ October 28, 2006: Message edited by: Sandeep Vaid ]