English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-09-02 06:31:30 · 3 answers · asked by Red Sereph 1 in Computers & Internet Programming & Design

3 answers

Java bytecode is just like compiled code, but instead of being compiled to run on real hardware like a PC or Mac, it is compiled to run on the Java Virtual Machine (JVM), which is provided by the software you install on your system in order to run Java applications.

2006-09-02 06:42:44 · answer #1 · answered by Anonymous · 1 0

Java is a platform, it runs it's own code(Which is compiled).

The Java Virtural Machine (JVM) can be installed on everything from your PC to your cell phone, to your Car.

The code is executed in a "container" The JVM interacts with the underlying platform, making it very portable across multiple OS's.

2006-09-02 06:50:32 · answer #2 · answered by mstrobert 5 · 1 0

In an RTE.

2006-09-02 06:38:45 · answer #3 · answered by dryheatdave 6 · 0 1

fedest.com, questions and answers