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).