What is the use of "/t" in Java?
Answers
Answered by
2
Answer:
Here, T is the data type parameter. T , N , and E are some of the letters used for data type parameters according to Java conventions. In the above example, you can pass it a specific data type when creating a GenericClass object.
Similar questions