answersLogoWhite

0

Bytecode creates an extra level of indirection.

The advantages of this extra level of indirection are:

  • Platform independence
  • Can create any number of programming languages (syntax) and have them compile down to the same bytecode.
  • Could easily create cross language converters
  • x86, x64, and IA64 no longer need to be compiled as seperate binaries. Only the proper virtual machine needs to be installed.
  • Each OS simply needs to create a virtual machine and it will have support for the same program.
  • Just in time compilation allows you to update a program just by replacing a single patched source file. (Very beneficial for web pages)

Some of the disadvantages:

  • Performance
  • Easier to decompile
User Avatar

Wiki User

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
More answers

Java byte code helps portability as it allows any compter, with any system architecture to run the byte code. Instead of having to compile a java program to every different type of architecture or OS, the JVM (Java Virtual Machine) is compiled to each of the different architectures. This takes the burden off the programmer, allowing them to instantly create cross-platform code.

User Avatar

Wiki User

12y ago
User Avatar

The JIT compiler improves the speed.

The JIT compiler improves the speed.

The JIT compiler improves the speed.

The JIT compiler improves the speed.

User Avatar

Wiki User

15y ago
User Avatar

The JIT compiler improves the speed.

User Avatar

Wiki User

15y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Advantages Java bytecode
Write your answer...
Submit
Still have questions?
magnify glass
imp