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
Is there any difference between nested classes and inner classes?
What is a finally block? Is there a case when finally will not execute?
What are the two types of exceptions in java? Which are the differences between them?
How do you declare an empty string?
What are the advantages and disadvantages of reference counting in garbage collection?
What are the advantages of unicode?
How can you set an applet’s height and width as a percentage?
Which eclipse is best for java?
What are different types of expressions?
What is the use of a copy constructor?
What are the two ways to create a thread?
How hashset works internally in java?
What is the loop in java?
What exactly is methodology?
How are the elements of a gridbaglayout organized in java programming?