Computer Science, asked by rinkipaulghosh, 8 months ago

Why are Java programs machine & platform independent? Explain.

Answers

Answered by gouravsouravmohan
0

Answer:

Java is platform independent. Because the Java compiler converts the source code to bytecode, which is Intermidiate Language. Bytecode can be executed on any platform (OS) using JVM( Java Virtual Machine). ... Platform independent language means once compiled you can execute the program on any platform (OS).

pls mark me as a brainleast and follow me

thanyou

Answered by Anonymous
0

Answer:

Platform independent language means once compiled you can execute the program on any platform (OS). Java is platform independent. Because the Java compiler converts the source code to bytecode, which is Intermidiate Language. Bytecode can be executed on any platform (OS) using JVM( Java Virtual Machine).

Similar questions