How java is platform independent?
Answer Posted / meer
Java is platform indepent because when java compiler
compiles the java program, it does not directly convert the
code into host machine specific instruction as other
programming language compilers do, instead it creates a
bytecode which is a intermediate language code generated
for the virtual machine which can run on any platform.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a prefix function.write down a code to compute prefix function.
Give reasons supporting that string is immutable.
What does || mean in code?
What is the difference between the font and fontmetrics classes in java programming?
What are static blocks in java ?
What is the significance of continue jump statement? Explain with an example.
Is it possible to override private or static method in java?
Explain what access modifiers can be used for methods?
How dead lock situation occurs in java and how you can identify it?
When will you define a method as static?
What is integer parseint?
What is the benefit of inner / nested classes ?
What is a java predicate?
What is the numeric promotion?
What is linkedlist in java?