I have been reading around about people using J#.
But my question is:
What is the difference between J# and C#?
OK, my understanding of J# is like C# but in Java. Am I correct in that?
Was J# before C#?
I hope someone can help me understand this better.
C#is MS’s ECMA standard langauge that borrows heavily fromC/C++/Java(and a couple of concepts from Delphi).J#is essentially a version ofJ++for the .NET platform. It accepts the Java-esque language thatJ++did but produces .NET code rather thanJavabytecodes.