Thread: what is <....>
View Single Post
  #1 (permalink)  
Old 07-06-2008, 01:04 AM
anitha2324 anitha2324 is offline
Member
 
Join Date: Jul 2008
Posts: 1
anitha2324 is on a distinguished road
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
Reply With Quote
Sponsored Links