employer cover photo
employer logo
employer logo

Infinite Computer Solutions

Ist dies Ihr Unternehmen?

Frage im Vorstellungsgespräch bei Infinite Computer Solutions

How is a Java platform independent?

Antwort im Vorstellungsgespräch

Anonym

25. März 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