employer cover photo
employer logo
employer logo

Infinite Computer Solutions

Questa è la tua azienda?

Domanda di colloquio di Infinite Computer Solutions

How is a Java platform independent?

Risposta di colloquio

Anonimo

25 mar 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