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 platform independent?

Answer Posted / chandra sekhar dash

Java compiler compiles the source code into bytecodes. These
bytecodes are platform independant i.e. in other words
specific to the Java Virtual Machine specification. This
enables platform independant compilation.

When the bytecode compiled programs are executed through the
Java interpeter, it converts those bytecodes into native
machine code and executes them through the JVM which is
specific to host environment it is running on. This enables
platform specific execution.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If an object reference is set to null, will the garbage collector immediately free the memory held by that object?

1083


What is the common usage of serialization? What exceptions occur during serialization?

1045


Is sizeof a preprocessor?

945


Why string is a class?

894


Difference between overriding and overloading in java?

1008


How do you create immutable object in java?

988


Is java developer a good career?

963


What are the uses of java?

1024


What is stringbuffer in java?

1003


What restrictions are placed on method overloading in java programming?

1002


What about interrupt() method of thread class ?

1012


What is meant by structural programming?

966


Define packages in java?

946


What is class level lock ?

971


Is java same as core java?

1036