Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Differences between Generics in C#/.NET and in Java [duplicate]

Possible Duplicate:
C# vs Java generics

What is the differences between implementation of generics in C#/.NET and in Java?

What is the differences between support of generics by theirs runtime/vm?

like image 546
abatishchev Avatar asked Mar 05 '26 08:03

abatishchev


1 Answers

I don't like to re-hash content already available...so check out Jonathan Pryor's comparison of Java and C# Generics on his blog.

The second half of the post is dedicated to the implementation of each on their respective VMs.

like image 94
Justin Niessner Avatar answered Mar 07 '26 20:03

Justin Niessner



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!