How java is platform independent?
Answer Posted / bipin kumar behera
1.java solves the problem of platform-independence by using
byte code. The Java compiler does not produce native
executable code for a particular machine like a C compiler
would. Instead it produces a format called byte
code. Java byte code written in hexadecimal.
2.This format is same in every operatingf system like Solaris workstation,linux.After comilation the interpreter reads the
the byte code and translate according to the host machine.
3.Byte code is interprted in JVM.which avalibale in all operating systems.that we install.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give the difference between the println method and sqrt method?
Can you explain the usages of class.forname()?
Difference between java and javascript
What is lazy programming?
What does those terms actually mean included in the j.d.k i.6?
How to display all the prime numbers between 1 and 100
What is the difference between this() and super() in java?
What is java developer skills?
What is methodological theory?
How many types of parsers are there?
Define canvas?
What is the difference between a constructor and a method?
What do you mean by collectors in java 8?
What does %d do in java?
Can a class be declared as static?