what is bytecode ?explain in detail and watz the difference
between bytecode and machine code?
Answer Posted / manoj
byte code ia a intermedaite code.byte code is converted to
machine code by jvm
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
How infinite loop is declared?
Explain about map interface in java?
How does thread synchronization occurs inside a monitor?
What are mutable classes?
Explain yield() method in thread class ?
Which is illegal identifier in java?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Why you should not use singleton?
What are the super most classes for all the streams?
What should I import for arraylist in java?
Which object oriented concept is achieved by using overloading and overriding?
What are 3 data types?
What is a concrete classes? Is Java object class is concrete class?
What is meant by class and object in java?
What is the purpose of the system class in java?