Java Language
The Java Language
(Wikipedia
), part of Java SE and one of the Java Technologies, is the syntax used to program in Java.
Java is an object-oriented language; its code is organized into classes and interfaces. A Java class/interface is implemented using Java syntax captured in a Java source file (a .java file). This source file can be compiled into bytecodes by a Java compiler (such as javac
) into a Java class file (a .class file).