Quote: |
Unique Language Features
J# contains a number of language features designed to make it the most comfortable and familiar experience for the Java-language developer looking to develop applications using the .NET Framework: * Java-language syntax. Java-language developers will find that they can use the syntax they are already familiar with and gain full access to the .NET Framework. * Class library support. Independently developed class libraries designed to provide the functionality of most Java Development Kit (JDK) level 1.1.4 class libraries and many of the classes in the JDK 1.2 java.util package specified in College Board's Advanced Placement curriculum for Computer Science. * Properties, delegates and events. J# has support for consuming and exposing .NET-style properties, delegates, and events while maintaining consistency with traditional Java-language syntax. * Javadoc comments. J# supports Javadoc-style code comments. Visual J# .NET includes a tool that users can invoke to generate HTML API documentation based on the Javadoc comments. |