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 __ init __ functions?
What is tcp and udp?
Is jdk required on each machine to run a java program?
What is a native method in java programming?
Difference between predicate, supplier and consumer ?
How do you create an array in java?
What is computer compiler?
How do you use compareto method?
What are the characteristics of Final,Finally and Finalize keywords.
What is the public field modifier?
Can we inherit a class with private constructor?
Does java support multiple inheritance or not?
Explain about map interface in java?
What are the Static and Dynamic Variables? Differentiate them.
Does unicode support all languages?