276,023 views
26 votes
26 votes
Which is the machine independent programming language ?​

User Ashaman Kingpin
by
2.3k points

2 Answers

14 votes
14 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 Shox
by
2.7k points
12 votes
12 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 RockWorld
by
2.7k points