Which of the following language is machine independent
Answers
Answered by
14
Answer: machines language
Explanation:
Answered by
11
Answer:
A Machine Independent language is one that can run on any machine. An example of this would be Java. Because of the Java Virtual Machine or JVM it can take the compiled code for any given Java App and run it on the machine you are attempting to run it on. The reason it can do this even when the operating system (OS) is widely different, say between Windows and Apple or Linux or Solarice Is that the JVM was designed to always recognize Java compiled code and then interface that into the OS that the JVM is running on. What it also means is that Windows has to use it's own special version of the JVM that is different from the Apple version of the JVM.
Explanation:
Similar questions