why java is a platform Independent ?
December 22, 2024

why java is a platform Independent ?

We can write java code on one system that runs on another system. java does not compile to machine code.
It is compiled into bytecode and run using the JVM interpreter. This makes java platform independent as it uses virtual machines.

2024-12-22 16:36:58

Leave a Reply

Your email address will not be published. Required fields are marked *