java is called platform independent becoz, in java when a program is compiled what we get is java byte code which is not executable but highly optimized, and JVM interprets this code and converts it i...
Answered by: anshul sharma on: Mar 29th, 2012
platform independent means give the input at one system and executing the same program at another computer without making any changes.
java is called platform independent becoz, in java when a program is compiled what we get is java byte code which is not executable but highly optimized, and JVM interprets this code and converts it i...
platform independent means give the input at one system and executing the same program at another computer without making any changes.