I am familiar with using parentheses, as in myMethod(myParameter)
, in Java and other programming languages, but what do the lesser than <
and greater than >
signs mean when they are used together in a array name? Is there a special name for them?
Sorry if this is a duplicate, but I don't know how to search for this.
Clarification: I wasn't referring to the role of any specific type inside the symbols, but rather the usage of the <>
symbols themselves.