Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?

Answer Posted / rajashekar

Ya of course the above answer is currect but remember here
Platform independent means PROCESSOR Independent..that mens
irrespective of processor the JVM convert the Java
Instructions into processor dependent Instructions..
Thats why Java is so called Platform Independent..

Example:
If you are using Intel Processor the machine code
instructions are different like ipush,istore etc like if you
are using AMD processor the instructions will be a push,a
add etc ....

here JVM converts the java Instructions to Processor
understandable Instructions..
so the Programs which were compiled on any Processor can run
on no.of times through out the world on n no.of Processors..

Thank You....
if any suggestions mail to rajashekar.654@gmail.com

Is This Answer Correct ?    30 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is int argc char * argv?

562


What is the purpose of garbage collection in java, and when is it used?

559


What is the difference between I ++ and ++ I in java?

504


What is the collections api?

566


What is implicit object in java?

543






How big is a 32 bit integer?

526


What are the main concepts of oops in java?

592


Difference between collection, collection and collections in java?

568


What is the concept of multithreading?

518


What is java reflection api?

552


Explain differences between collection api and stream api?

610


What is internal iteration in java se 8?

625


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

508


What is an example of a boolean?

567


How many decimal places is a double?

532