Which one is faster, Java or C#?

When I was at eBay, we went through quite a long debate and feasibility test, both before and during our transition to Java.

The bottom line is a well-written and tuned application in any language is going to be nearly as fast as the fastest possible C implementation.

A poorly written, un-tuned application can be astonishingly slow in any language.