+ 1
What is <> in Java Collection ?
In Java Collection is used <> but what is called it and what is used of it?
1 Antwort
+ 2
The collection framework is a set of generic interfaces and classes. The angle brackets are part of the generic language syntax. It will be covered later in the course.