Help Guide For Software Engineer
Thursday, November 6, 2008
Java generics
Vector <String> vec = new Vector<String>();
if you create a vector like this,
you can only add String objects in to it.
this is simply called as Generics
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment