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 the purpose of the system class in java programming?

1005


What are void methods?

979


Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?

968


Where are the card layouts used?

1024


Is null a keyword in java?

916


Do I need java on my pc?

976


What is the purpose of methodology?

1026


Write a program to print 15 random numbers using foreach of java 8?

889


Difference between linkedlist and arraylist.

1018


What is the difference between throw and throws in java?

1028


What’s the difference between applets and standalone program?

979


What are some examples of variable costs?

893


How do you end a program?

1032


What does java final mean?

962


Which variables are stored in heap?

974