Java powers millions of applications from enterprise to Android.
Java is a high-level, object-oriented programming language. It’s platform-independent, thanks to the JVM, and widely used in enterprise applications and mobile development.
Java was developed by James Gosling and his team at Sun Microsystems in 1995. It quickly became popular for its cross-platform abilities.
public class Main {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
Output:
Hello, World!
Email: info@java.com