what is bytecode? watz the difference between machine code
and bytecode?
Answer Posted / srinivasa
Byte code is executed by JVM means converts the code into
machine understandable language.Machine code is the code
used by the operating system in the form of 0 and 1
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Explain creating threads by extending thread class ?
What are the different types of garbage collectors in java?
Explain an algorithm to find depth of a binary tree.
Which language is java?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Why volatile is used in java?
What are the new features in java 8? Explain
What is variable and its types?
Why can't we override private static methods?
How many arguments can be passed to main ()?
Which variables are stored in heap?
How many inner classes can a class have?
What do you know about the garbate collector?
What is classname class in java?
How many times finalize method will be invoked? Who invokes finalize() method in java?