"Charles" <Charles (AT) discussions (DOT) microsoft.com> wrote
Quote:
If I were to start learning Java, would J# be a suitable IDE to work with? |
The IDE is great. The issue is that J# is a lot like Java was in the 1.1.4
timeframe.
Quote:
but what are the real advantages? |
J# speeds the transition from Java to .Net for those who already have some
investment in the Java.
Quote:
And will I be able to use it as a tool while I am learning Java...or does
J#
differ from Java? |
The answer depends on your goal.
If the goal is to learn Java (currently at version 1.5) the J# is not likely
to be the best choice.
If your goal is to target the .Net platform with a language that looks like
Java it is the right choice.
If you are just starting out, chances are that kind of samples you run into
in beginner's Java texts will be compatible with J#. But that's not
guaranteed.
Regards,
Will