what is bytecode ?explain in detail and watz the difference
between bytecode and machine code?

Answer Posted / swati pundeer

bytecode is a intermediate code,which is platform
independent.thats why it run on different type
machines.this code does not depend on the hardware
architecture.
the difference between bytecode & machine code is that
bytecode formed by special characters,which is not
understandable by users.machine code is formed by binary
digits(1 or 0)form.which is hardware compatible.

Is This Answer Correct ?    14 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the purpose of using break in each case of switch statement?

501


Write a program in java to establish a connection between client and server?

502


What are the types of web technologies?

517


What is a method signature java?

562


What is this keyword used for?

679






How to sort numbers in java without array?

521


describe method overloading

529


What does method mean?

506


Write a function for palindrome and factorial and explain?

648


What restrictions are placed on method overriding?

633


What are identifiers in java?

569


What are some alternatives to inheritance?

551


What is a substitution variable?

557


What do you understand by synchronization?

584


What is collection class in java? List down its methods and interfaces.

519