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
State the significance of public, private, protected class?
What is stored procedure. How do you create stored procedure ?
enlist some features of jdk.
List the three steps for creating an object for a class?
What is general methodology?
How can we run a java program without making any object?
What is class variable java?
What are the application of stack?
What is string pooling concept?
What is a parameter used for?
What are the differences between abstract class and interface?
What is type inference in java8?
What do you mean by boolean?
How do you create a sop?
Is java still relevant?