Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

the same information whether it will connect to the database or it will be used previous information?

0 Answers  


what are memory considerations of jsp compares to other web components?

0 Answers   TCS,


Why do I get a duplicate name error when loading a jar file?

0 Answers  


what is the difference between System.out.println and out.println in java

10 Answers   CTS,


How we set Bean Id when we are creating web application using SpringMVC and Hibernet Integration

1 Answers  


Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");

8 Answers  


How substring() method of string class create memory leaks?

0 Answers  


What value does readline() return when it has reached the end of a file?

0 Answers  


What are the states associated in the thread?

3 Answers  


Why use a datasource when you can directly specify a connection details?

0 Answers  


What are Benefits of Connection Pooling?

2 Answers  


What is metaspace?

0 Answers  


Categories