Computer Science, asked by sristi2005pal, 8 months ago

What is the use of "/t" in Java?​

Answers

Answered by gehlotpayal2003
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