how java is os independent language ?

Answers were Sorted based on User's Feedback



how java is os independent language ?..

Answer / sanju

java is os independent because it uses JVM

Is This Answer Correct ?    5 Yes 0 No

how java is os independent language ?..

Answer / sreenivasulu

yes

Is This Answer Correct ?    2 Yes 1 No

how java is os independent language ?..

Answer / vivek ghavle

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 special format called byte
code. Java byte code written in hexadecimal, byte by byte,
looks like this:

CA FE BA BE 00 03 00 2D 00 3E 08 00 3B 08 00 01 08 00 20 08

This looks a lot like machine language, but unlike machine
language Java byte code is exactly the same on every
platform.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

how we can implement interface in jsp ?

2 Answers   Google,


What is Remote Interface?

1 Answers  


What is the priority of Garbage collector thread?

3 Answers  


Explain ioc concept?

0 Answers  


Why a component architecture for the java platform?

0 Answers  






Difference between swing and awt?

0 Answers  


Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.

4 Answers   HeadStrong,


What is source and listener?

1 Answers  


If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.

2 Answers  


How are the elements of a borderlayout organized?

0 Answers  


what is a non-repeatable read?

0 Answers  


how the mapping can be done from jsp to actionservlet?

2 Answers   SolutionNET,


Categories