What are these called?
List<String> ids = new ArrayList<String>(sectionIDs);
( the part that is <> )
I know it's a newer java feature, I just cant think of the name.
What are these called?
List<String> ids = new ArrayList<String>(sectionIDs);
( the part that is <> )
I know it's a newer java feature, I just cant think of the name.
Generic classes, it exists already in C++ (if you didn't know).
Huh, I was going to say, "Those are letters and punctuation symbols. Can you make your question a little more specific?" But apparently a bunch of you figured out what it was he was looking for.