Anonymous Interview Question

Why is java platform independent?

Interview Answer

Anonymous

Feb 29, 2024

Java is platform independent because once the source is compiled we can get bytecode.with that bytecode we can run that in any platforms like windows,linux and Macos