Introduction to Java

Java Tutorial

Java is an object-oriented programming language. The Java programming language was designed in the early 90s and later quickly became one of the most popular languages in the world. If this programming language initially wrote code on one operating system, it would not be possible to run that code on another operating system. Programs written in Java can be run on any operating system only if there is a Java Virtual Machine (JVM) for that operating system. The Java program is object-oriented so it is very easy to write very long code and get rid of errors.

When code is written for a Java program, that code is not compiled and converted directly into machine code. And those codes come in an intermediate state called byte code which contains .class files. This class file cannot be executed alone but must be executed through a virtual machine. Here, the byte code that is created is not human-readable. It can only understand Java virtual machines.

The most interesting thing about Java is that it is possible to run this program once on any other operating system. So the slogan of this program is Write Once, Run Anywhere (WORA).

File Name  Main.java

import java.util.*;

public class Main {
    public static void main(String[] args) {  public static void main(String[] args) {  public static void main(String[] args) {  public static void main(String[] args) {
      System.out.println("Hello, World!");
  }
}

Output:-

Hello World

If you have any comments or suggestions on this topic, follow the Contact Us page. please let us know. Thank you!

Related Posts

About the Author

Hi, I have written and developed this site so that students may learn computer science related technologies easily. I'm committed to provide easy and in-depth tutorials on various technologies. No one is perfect in this world and nothing is eter…

Post a Comment

Thanks for your valuable feedback
Cookie Consent
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Oops!
It seems there is something wrong with your internet connection. Please connect to the internet and start browsing again.
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.