Why is java platform independent
Anonymous
When we compile your Java code then .class file is generated by javac compiler (byte code to be precise) these codes are readable by JVM and every operating system have its own JVM so JVM is platform dependent but due to JVM java language is become platform independent.
Check out your Company Bowl for anonymous work chats.