Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / dheeraj shandilya

Byte code is a lower-level, platform-independent
representation of source code.Roughly, Python translates
each of source statements into a group of byte code
instructions by decomposing them into individual steps.
This byte code translation is performed to speed execution—
byte code can be run much more quickly than the original
source code statements in text file.
Machine code or machine language is a system of impartible
instructions executed directly by a computer's central
processing unit(cpu).
In case of bytecode in python we dont use cpu.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is compareto () in java?

1021


What is singleton class and how can we make a class singleton?

1149


What is the difference between stringbuffer and stringbuilder class?

1152


What is string :: npos?

1173


What are loops in java?

1347


List the different types of classloaders in java.

1013


Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)

1378


What is connection class in java?

1008


How to connect to a remote database using Applet?

2603


What is the function of static in java?

1145


In case of inheritance what is the execution order of constructor and destructor?

1183


What is set in java?

1097


Why packages are used?

1674


Can we print null in java?

1095


What is command line argument in java?

1218