What is the point of using generics? Explain
Will the following class compile? If not, why?
public final class Algorithm
public static <T> T max(Tx. Ty) {
return x >y?x:y;
)
}
Answers
Answered by
0
Answer:
cndjwidj g ibxnsajjzskwidu
Similar questions