Dears, I'm planning to heavily use methods in generics and I saw many books about it. I read it will help you manage threading effectively, as it has internal methods that will manage threading and allow threading without letting me write my own thread methods. I've read it's not recommended to write my own threading but I can use these generics, stream and lambdas and it has internal methods to implement threading and it will manage threading on its own. My question is do you recommend always using generics? or if it's sometimes required and sometimes not? Also, what is the guideline for that? I believe it's a big topic and I'm not sure how to accomplish it.
Regards,
