Search Results

0
votes
3answers
291 views

Java : What is - public static<T> foo() {…} ?

I saw a java function that looked something like this- public static<T> foo() {...} I know what generics are but can someone explain the in this context? Wh …