J#
Visual J# is a discontinued implementation of the J# programming language that was a transitional language for programmers of Java and Visual J++ languages, so they could use their existing knowledge and applications with the .NET Framework. It was introduced in 2002 and discontinued in 2007, with support for the final release of the product continuing until October 2017. Wikipedia
Created Year: 2002Developed by: Microsoft
Aliases: Visual J#
Wikidata: Q1160312
Influenced: C#
Programming paradigms: imperative programming • object-oriented programming • structured programming
J# Influence Network
Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.
Hello World in J#
package HelloWorld;
public class HelloWorld
{
public static void main(String[] args)
{
System.Console.Write("Hello World");
}
}
Source: github.com/leachim6/hello-world
Search on GitHub
Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
---|
Latest data update: 2025-08-06