- The title given to this article is incorrect due to technical limitations. The correct title is J#.
The J# (pronounced Jay Sharp) programming language is a transitional language for programmers of Sun's Java and Microsoft's J++ languages, so they may use their existing knowledge, and applications on Microsoft's .NET platform.
As with J++, it only supports a limited set of Java's features.
Fundamental differences between J# and Java
Java and J# use the same general syntax but the API differs. One example is the FileOutputStream class. Instead of receiving an File object as a parameter in the Java API, Microsoft's .NET implementation receives a String object containing the file path.
|
|
|