Table of contents
No headings in the article.
Java is a Platform independent programming language. It uses Java Virtual Machine(JVM) to run the code. It allows Java to run on any machine with JVM installed, regardless of Operating System. JVM translates Java code into machine-specified code for execution.