Java is platform dependent

Hello,

I’m from Florida. Wish to see the happenings here in the forum and get some information on pharmacy businesses in general and also providing the info on Java is Platform dependent.

I’ve worked in the pharmacy industries for a number of years now so I figure I can offer some useful advice here ‘n’ there! Here it is…

Java is Platform dependent is because

The Java code that you compile gets converted to a form known a bytecode that is present in the .class files.
Every OS has its own JVM. The JVM takes this bytecode and then executes the program. So the hardware dependency is taken care of by the JVM.
Hence Java is platform independant.

Thank You

Regards
Cris Bob