Computer Science, asked by telenorm, 1 year ago

why java is platform independent?​

Answers

Answered by Ariz19
2

because it has the capacity of moving easily from one computer system to another

For example it can be accessed on windows system as well as Macintosh (computer system used for Apple )


telenorm: hii
telenorm: u were asking about my age right?
telenorm: so here it is 21
Ariz19: ok
Ariz19: hi
Ariz19: hey
Ariz19: everything fine
Ariz19: ??
Ariz19: R u ok??
Ariz19: hey bro where. u lost ??
Answered by hotelcalifornia
0

Java is platform-independent because java code can run on any  platform.

Explanation:

  • Microprocessor understand only machine language .i.e 0 and 1, but it varies from microprocessor to microprocessor.
  • To overcome this problem java uses Java virtual machine (JVM).
  • The byte code can be executed on any platform using JVM.
  • Java is a human-readable language which is used by many peoples.
  • The java compiler transforms the high-level instruction into a byte.
  • Then, the compiler compiles the program which translates source code into executable code.
  • The generated bytecode requires interpreter to execute on the machine.
  • Finally, the program runs and produce the output.

Learn more about java

Which extension is used to save the Java program?????​

brainly.in/question/10077982

Name any four tokens of Java?........

brainly.in/question/2252155

Similar questions