Differences between Generics in C # /. NET and in Java

Possible duplicate:
C # vs Java generics

What is the difference between implementing generics in C # /. NET and Java?

What is the difference between generic support for their runtime / vm?

+3
source share
2 answers

I don’t like hash content already available ... so take a look Jonathan Prior compares Java and C # Generics with his blog.

The second half of the message is devoted to the implementation of each of their virtual machines.

+3
source

, generics VM .NET, Java (JVM ).

+2

Source: https://habr.com/ru/post/1774581/


All Articles