what is bytecode? watz the difference between machine code
and bytecode?
Answer Posted / aman mittal
In JAVA, when source code(.txt file ) is compiled it turns
into byte code(.class file), actually this byte code is
something assembly instructions in JVM assembly and this
byte code is platform independent(as we can run our .class
code on any o/s, using specified JRE for that o/s.).
A byte code compiled by a compiler can run on any o/s like
windows, linux, unix, mac etc...
Machine code refers to a data that can be executed by a
specific computer having particular processor & o/s.(JRE
execute this data on specific o/s.)
JRE is provide by different o/s vendors.
Aman Mittal
09457267173
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What is an enumeration?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
State the merge-sort principle and its time complexity.
how are methods defined?
What is the difference between variable declaration and variable initialization?
Why chararray() is preferred over string to store the password?
Which is faster string or stringbuilder?
how we can create packages in java?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
what is object slice?
Can we sort a map in java?
How do you find the absolute value?
Explain public static void main(string args[]) in java.
Is java a software?