Computer Scientists are Pretty Pessimistic

Sunday, 10 April 2016

What is Byte Code ?

Byte Code : : :

                Java byte code is the language to which java source is compiled and java virtual machine understands. Unlike compiled languages that have to be specifically compiled for each different type of computers, a java program only needs to be converted to byte code once, after which it can run on any platform for which a java virtual machine exists.
               Byte code is the compiled format for java programs. Once a java program has been converted to byte code, it can be transferred across a network and executed by java virtual machine. Bytecode files generally have a .class extension

No comments:

Post a Comment