JavaPlatformIndependent 24
JavaPlatformIndependent 24
Platform Independent
• Java compiler will convert source code into byte code although
this byte code is not executable but it is a error free program
fi
How java is platform independent
• All the bytes codes rst interact with JVM , as it is the source
which converts the source code into the machine code of java .
• Therefore once you compile a java code you can run it anywhere
fi