+ 2
What are some of the differences between Java and C#?
3 ответов
+ 4
Check this article: https://en.m.wikipedia.org/wiki/Comparison_of_C_Sharp_and_Java
0
these are available in C# but not in java
1.Indexers
2.operator overloading
3. optional and named arguments
4. var keyword
5. you can omit {} in if statement
and many more
0
garbage collector