employer cover photo
employer logo
employer logo

Infinite Computer Solutions

Is this your company?

Infinite Computer Solutions Interview Question

How is a Java platform independent?

Interview Answer

Anonymous

Mar 25, 2022

Java is a platform independent programming language because its compiled code can run anywhere i.e it is machine independent when we write java code it compiled by java c compiler and produces .class file this class file is called bytecode which is machine independent and after that this machine code can run through different machines like win,linux,macOs