blah blah blah is here! blah blah » Close

1
votes
2 answers

Concurrency in Java versus C#

Rick_A
761

When it comes to building highly concurrent services, is it an obvious choice to choose Java over C#? I'm just reading over [url]http://download.oracle.com/docs/cd/E17409_01/javase/tutorial/essential/concurrency/highlevel.html[/url], and ...

Feedback