|
what is <....>
Hi All,
am newbie to java , i have read some code examples and i have found some declaration like this
Hashtable<String, String> properties = new Hashtable<String, String>();
or something like
private static HashMap<String,JMSSenderTest> jmsSenders = new HashMap<String,JMSSenderTest>();
i am not able to understand what is meaning of that especially about the <String,String>
so what does the symbol <....> indicates
sorry for the silly question
|