+ 5
What is genaric collection in java?
#amit
2 Answers
+ 7
https://code.sololearn.com/c8709sWtY0yt/?ref=app
https://code.sololearn.com/cer1GX4UANCR/?ref=app
https://code.sololearn.com/cnAzrNfEoqnx/?ref=app
See these codes it's may be helpful for youđ
+ 5
The explanation is similar for java so take time to read this to understand what generic collection is.
Below is a code that explains what you are looking for since it uses both generics and collection.
https://www.c-sharpcorner.com/UploadFile/82b15a/generics-and-generic-collections-in-C-Sharp/
https://code.sololearn.com/c8KN99tAHiB6/?ref=app