Comment Re:Another Language (Score 1) 330
If you are building Enterprise or Desktop applications using managed code for the .NET or JVM runtimes, then yes, all languages are the same.
You can build any .net application in any .net language and I guess the same applies to java and java languages because at the end you use the same Framework/libraries.
Of course if you compare low level programming with high level programming it is true that you need to chose a native language which is "logic".