What are the main differences between the Java platform and other platforms?

Please Explain main difference of each one

Replies (1)
Feature Java Platform Traditional Platforms (e.g., C/C++)
Compilation Compiles to platform-independent bytecode Compiles to platform-specific machine code
Execution Runs via JVM (interpreter/JIT compiler) Runs directly on the operating system/hardware
Portability High (Write Once, Run Anywhere) Low (Needs recompilation for each OS)
Nature Software-based platform Hardware/OS-bound platform

Leave a Reply

Your are not logged in . Please login to post replies

Click here to Login / Register