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: 2002
Developed by: Microsoft
Aliases: Visual J#

Wikidata: Q1160312

Influenced: C#

Programming paradigms: imperative programmingobject-oriented programmingstructured 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");
	}
}

Search on GitHub


Latest data update: 2025-08-06