1
votes
votes
2 answers
Concurrency in Java versus C#
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 ...
