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
What is the purpose of the system class in java programming?
What are void methods?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Where are the card layouts used?
Is null a keyword in java?
Do I need java on my pc?
What is the purpose of methodology?
Write a program to print 15 random numbers using foreach of java 8?
Difference between linkedlist and arraylist.
What is the difference between throw and throws in java?
What’s the difference between applets and standalone program?
What are some examples of variable costs?
How do you end a program?
What does java final mean?
Which variables are stored in heap?