Java basics

what does the class HashMap<K,V> mean. Is this the type of the class templates that we use in C++. What sre the parameters k and v.
[151 byte] By [nayak_pranamyaa] at [2007-10-3 4:39:17]
# 1
> what does the class HashMap<K,V> mean. Is this> the type of the class templates that we use in C++.Yes, sort of.> What sre the parameters k and v. http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html
CeciNEstPasUnProgrammeura at 2007-7-14 22:43:12 > top of Java-index,Java Essentials,Java Programming...
# 2
Hey thanks for the info....
nayak_pranamyaa at 2007-7-14 22:43:12 > top of Java-index,Java Essentials,Java Programming...