Object Oriented Programming Language. Made by the cretins at Oracle Java can run on any machine capable of running the java virtual machine. So any machine with virtualization. Java is open source. It is an object oriented programming language primarily used for software development.

Java programs are created and ran using the following tools:

Installing Java(Arch Linux)

https://www.tecmint.com/install-java-on-arch-linux/

Making Java Files

  1. Make a .java file. Boilerplate
    1. You will have a class [Filename] {}
    2. That [Filename] will be whatever you want your file to be named
  2. javac yourjavafile.java
  3. java [Filename]

Finding where Java is

Windows

  1. Open CMD prompt
  2. where java