Prev Next

Java / Generics

How do you define a generic type?

The Generic types are defined as <"GenericType"> e.g. to differentiate it from T if is a actual type.

More Related questions...

Show more question and Answers...


Comments & Discussions