Why is the JVM not platform independent, given that Java (the language) is platform independent? -


Only curious to know how to make Java platform independent, so there is no specific reason that JVM is dependent on platform

Unless you have a CPU that can execute a Java bytecode directly (There are some things) you should be able to interact with the OS (reading files, connecting to the network No, for display on the screen etc.)

You can write a JVM in other languages ​​(such as), but eventually something that can communicate with the underlying OS


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -