68.2k views
2 votes
Which is the machine independent programming language ?​

User Douxsey
by
3.5k points

2 Answers

7 votes

Answer:

A Java program is machine-independent because it is compiled to a standard bytecode, which can be run using the Java virtual machine (JVM) available for each specific machine

User Guykun
by
3.6k points
3 votes

Answer:

Java

Step-by-step explanation:

due to the fact that it is compiled to a common bytecode that may be executed by the Java virtual machine (JVM) made available for each unique machine.

User Ryan Peters
by
3.4k points