Why Java is a platform independent language?Explain byte code
and JVM

Answers were Sorted based on User's Feedback



Why Java is a platform independent language?Explain byte code and JVM..

Answer / kabita

due to byte code and jvm java is platformindependent
language.as we know after compiling sourcecode it gives
java byte code.only jvm can execute bytecode and every os
(operating system) having their own jvm.so it is a
platformindependent language.jvm stands 4 java virtual
machine which executes the bytecode.bytecodes are the
intermediate language for jvm.

Is This Answer Correct ?    47 Yes 6 No

Why Java is a platform independent language?Explain byte code and JVM..

Answer / monisha

Java is platform independent language as the compiled
version from one platform can be executed on any other
platform(OS) and bytecodes are the compiled version of java
program which is an intermediate language and JVM is Java
virtual machine which is a part of java platform and is a
software implementation/specification for a java
application.

Is This Answer Correct ?    38 Yes 11 No

Why Java is a platform independent language?Explain byte code and JVM..

Answer / hemalatha

When Java Code is compiled a byte code is generated which
is independent of the system. This byte code is fed to the
JVM (Java Virtual Machine) which is resided in the system.
Since every system has its own JVM, it doesn't matter where
you compile the source code. The byte code generated by the
compiler can be interpreted by any JVM of any machine.
Hence it is called Platform independent Language.

Is This Answer Correct ?    23 Yes 3 No

Why Java is a platform independent language?Explain byte code and JVM..

Answer / nilanjan

At first the java source code is compiled and then it is
interpreted to a optimized set of executable statements.
After compiling the source code the bytecode is generated
which is same for all platforms i.e OS. This byte code
needs JVM(java virtual machine) to be interprated which is
defferent for different OS i.e platform.
Due to the byte code which is same for all JVM java is
explicitely known as platform independent language.

source code ---------> bytecode ----------> executable
compilation same interpration
for all by JVM
JVM

Is This Answer Correct ?    12 Yes 4 No

Why Java is a platform independent language?Explain byte code and JVM..

Answer / katarimanoj

.class we get in windows os(platform) after compilation is referred to as bytecode.A bytecode is unversal code and is accessible by any jvm...d thing is every platform has its own type of jvm,to convert it into platforms(machine) language..


(m/c)english-->bytecode ======= bytecode--->telugu(m/c)
ompiled jvm

Is This Answer Correct ?    3 Yes 1 No

Why Java is a platform independent language?Explain byte code and JVM..

Answer / prasad

A java Document which is converted into binary Executable
format and unchanged run on multiple plat forms is called
platform independent.

Is This Answer Correct ?    2 Yes 1 No

Why Java is a platform independent language?Explain byte code and JVM..

Answer / sandeep negi

byte code is an intermediate code for java in the form of hexadecimal ,which is compiled code of java compiler and same
for all o\s.after compilation all machine or o\s have own java virtual machine translate the byte code into machine code. so we can say that java is a platform independent language.

Is This Answer Correct ?    2 Yes 1 No

Why Java is a platform independent language?Explain byte code and JVM..

Answer / guest

Write once Run anyware

Is This Answer Correct ?    5 Yes 4 No

Post New Answer

More Java Related AllOther Interview Questions

When a thread is created and started, what is its initial state?

0 Answers  


Why is lambda expression used?

0 Answers  


What is the difference between collection and stream?

0 Answers  


Which is the Best institute to do academic Project in Java? Need information about institutes at Ameerpet, Hyderabad.

8 Answers  


write a code in jsp to swap two numbers?

7 Answers   Wipro,






Please tell what are frames,pannel,container,jframe,jpannel and what are there relation?

1 Answers   TCS,


Why do we need framework in java?

0 Answers  


What about 'hostile applets'? : java security

0 Answers  


Can a dead thread be started again?

0 Answers  


What's the difference between authentication and authorization? : java security

0 Answers  


What does public static void main(string[]) mean?

0 Answers  


What about javascript? : java security

0 Answers  


Categories