Java Virtual Machine
Whenever we are asked what makes java different from other programming languages, the first answer that pop-up in our mind is “Java is platform independent”, and Java Virtual Machine is simply held responsible for this. But have we ever thought that what actually was the need of platform independence and how java is platform independent? Or what exactly JVM does? Well, you can find the answers to these questions, below. A code written in any programming language is very closely bound to the specific hardware and operating system it runs on. For example, a Mac application can’ run on a […]
Java Virtual Machine Read More »