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

What is ioc concept & explain it?

0 Answers  


What is MOM?

1 Answers   Wipro,


What is an applet?

5 Answers  


What is clustering? What are the different algorithms used for clustering?

0 Answers  


What are the benefits of detached objects?

0 Answers  






How is serialization used generally ?

3 Answers  


What state a thread enters, When it blocks on I/O?

2 Answers  


What is in-memory replication?

0 Answers  


Why does the tag url-encode javascript and mailto links?

0 Answers  


Explain the stub's and skeleton's functionality?

7 Answers  


what is heepStored?

1 Answers  


Write a singleton program?

0 Answers  


Categories