Answer Posted / ravikiran(aptech mumbai)
compiling is taken place in compiler which will debug the
code regards to syntax and in java it converst the bug free
code into byte code and jvm will load that byte code to
convert it into user understandable code
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a locale?
Can a static method be overridden in java?
What is the final keyword in java?
What is meant by class and object in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Explain the importance of thread scheduler in java?
How to disable caching on back button of the browser?
How java enabled high performance?
What does flag mean in java?
What is the base class in java from which all classes are derived?
Explain the difference between map and flatmap stream operation?
What is the difference between a synchronized method and a synchronized block?
What happens if we override only equals?
Is java owned by oracle?
How can we make copy of a java object?