What is BYTE Code?

Questions by Beena   answers by Beena

Showing Answers 1 - 12 of 12 Answers

sarat

  • Sep 29th, 2005
 

byte code is no thing but hardware understsndble code

  Was this answer useful?  Yes

Devidas Sonawane

  • Oct 19th, 2005
 

bytecode is nothin but machine level langauge i.e hardware can understand it.

  Was this answer useful?  Yes

Mithun

  • Feb 14th, 2006
 

Byte code is the output of java compiler. Unlike C,C++ which produce executable code after compilation,java compiler generates byte code which is platform independent. JVM interpretes this byte code and generates native/machine code which is understandable by the micro-processors.

Ravi Savaliya

  • Apr 5th, 2007
 

Byte Code is nothing but highly optimized set of instruction, that is interpreted by interpreter and execute it line by line.

  Was this answer useful?  Yes

nuttyvarun

  • Feb 19th, 2008
 

Bytecode is a term (others are p-code etc) used to denote a form of intermediate code, a binary representation of an executable program designed to be executed by an interpreter or virtual machine rather than by hardware. Since it is processed by software, its instructions may be arbitrarily complex, but are nonetheless often akin to machine instructions.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions