Re: What do Java programmers feel is missing from C#?




"Dan Leifker" <dleifker@xxxxxxxxxxx> wrote in message
news:KIWdnbA267Pogk7anZ2dnUVZ_iydnZ2d@xxxxxxxxxxxxxx
mc wrote:
I may be opening a can of worms and don't want to start a religious war,
but...

What features of Java do Java programmers miss when working in C#?

Other than, of course, great portability. C# has more limited
cross-platform portability (Mono).

I'm thinking more about data structures and ways to express algorithms.

I sort of liked fall-thru in switch statements, but I'm the first to admit
that it can lead to unreadable code.

Actually, I think the switch statement is the most awkward thing in C#,
largely because it isn't the Fortran-like thing from C that it looks like.
I wish C# had adopted the Pascal case statement.


.



Relevant Pages