What is the similarity and differences between J# .NET and J2EE? What is the advantages and disadvantages between this 2 languages?
please guide thank you.
Printable View
What is the similarity and differences between J# .NET and J2EE? What is the advantages and disadvantages between this 2 languages?
please guide thank you.
J2EE is an API set for the Java programming language.
J# is a compiler written by MS to make the porting of Java programs to .Net easier. It emulates some Java core functionality, but it lacks so much that you can't really use it to port large projects. You should never use it for new projects, C# is the way for .Net.
Basically J# is quite useless.