what is bytecode? watz the difference between machine code
and bytecode?

Answer Posted / lucky

Byte code:
----------
Byte code in java is .class file. when the java program is compiled we will get this .class file.This is machine dependent code.
Machine code:
-------------
Java interpreter converts the byte code into machine code which is understandable by the operating system's cpu.Machine code will be in the form of 0's and 1's.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are constants and how to create constants in java?

555


How do you break a loop?

559


How to create packages in java?

527


What is variable and rules of variable?

514


What restrictions are placed on method overloading in java programming?

568






What is the meaning of variable in research?

556


State the main difference between c++ and java?

588


Which package is imported by default?

633


What is user defined exception in Java?

609


What is the difference between static and global variables and also define what are volatile variables?

549


Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?

622


What is collection api?

606


Can we serialize singleton class?

527


What is the finalize method do?

594


What is the difference between int and integer in java?

511