Content deleted Content added
Line 83:
Also, looking at your benchmarks they are quite clearly dominated by Java's slow startup time. You might consider benchmarks that run for atleast a minute. Compare your results with [[http://www.osnews.com/story.php?news_id=5602]] at that time Java was outprerforming C# in every area except trig performance, but things may have changed since then. [[User:Tbjablin|Tbjablin]] 01:33, 24 Apr 2005 (UTC)
== Event Handling? ==
I'm not sure if your observation is correct about event handling. In java one ActionListener can listen to many different UI elements. I think that the net result is the same as in C#, and that the difference is really semantic. [[User:Tbjablin|Tbjablin]] 02:28, 24 Apr 2005 (UTC)
I think this link supports my point: [[http://www.javacamp.org/javavscsharp/eventhandler.html]]
== Method invocation of Java is simpler than C#? ==
|