what is bytecode? watz the difference between machine code
and bytecode?
Answer Posted / chitra
JAVAC compiles the java file and converts the program in
bytecode(machine independent). Later JVM refers this and
converts the bytecodes in machine code.
| Is This Answer Correct ? | 43 Yes | 11 No |
Post New Answer View All Answers
What are the 4 versions of java?
What is hashset in java?
can java object be locked down for exclusive use by a given thread? : Java thread
Can java object be locked down for exclusive use by a given thread?
What is polymorphism and what are the types of it?
What is :: operator in java?
How do you change an int to a string?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
What is the indent key?
What is rule of accessibility in java?
Which java ide is used the most?
What are thread groups?
Why set do not allow duplicates in java?
Does sprintf allocate memory?
What is java jit compilers?