SumitM (@sumitm_x) 's Twitter Profile
SumitM

@sumitm_x

Author of a bestselling Java e-book | All Books links in the pinned tweet

topmate.io/interviewswithโ€ฆ

ID: 1403220296375570438

linkhttps://topmate.io/interviewswithsumit/1261828 calendar_today11-06-2021 05:19:33

24,24K Tweet

21,21K Followers

1,1K Following

SumitM (@sumitm_x) 's Twitter Profile Photo

3 important Java Generics questions that you won't find googling but would get in interviews๐Ÿ‘‡ - Can you overload methods that differ only by generic type parameters? - Why can't we add elements to a List<? extends T>? - What's the difference between List<?>, List<Object>, and