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
Define an applet in java?
What is generic class?
What is the maximum size of arraylist in java?
Explain java coding standards for classes or java coding conventions for classes?
Explain what is encapsulation?
What methodology can be utilized to link to a database?
Distinguish between a predicate and a function?
What is ascii code?
How can u increase the heap size in the memory?
What is the size of integer?
What is independent and dependent variables in research?
What is an object's lock and which object's have locks in java programming?
Where is jre installed?
What is the difference between @before and @beforeclass annotation?
What is callablestatement? How you can call stored procedure to pass in parameter?