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

How do you check whether the list is empty or not in java?

507


What is multithreading and its advantages?

567


What happens if a constructor is declared private?

525


What is numeric function?

534


when you will synchronize a piece of your code? : Java thread

525






What is character in data type?

543


Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?

589


How many digits is int32?

534


What is meant by final class?

560


What is starvation?

677


What do you understand by garbage collection in Java? Can it be forced to run?

546


What happens when a thrown exception is not handled?

576


What are internal variables?

547


How many types of java are there?

549


What are heterogeneous objects?

562