How java solved portability?

Java compiler converts java code to bytecode and then JVM converts bytecode to machine instructions . As far as I have understood , JVM are built for different platforms (processor + OS) then how can we say that java is platform independent . Ultimately we require a JVM which is platform dependent ? >Solution :… Read More How java solved portability?