What is java?

 Java is object-oriented,high-level <a href="https://www.tpointtech.com/java-tutorial">programming language</a>  and it is plateform independent.

>Write once,Run Anywhere(WORA)

What is the  mean of platform  independent?

The code of java convert in bytecode which is run on JVM,So same code run on windows,linux and Mac.

Source: TPointTech


Comments

Popular posts from this blog

What is the difference between == and .equals() in java?