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
What data type is string java?
Why char array is favored over string for the storage of passwords?
Is set ordered?
Can you access non static variable in static context?
What are the four integer types supported by java?
What is instance means in java?
What is the use of System class?
What is map java?
How do you square a number?
What are data types in programming?
What is a concrete classes? Is Java object class is concrete class?
what is the purpose of the runtime class?
What's the default access specifier for variables and methods of a class?
Why we go for collections in java?
Does java linked list allow duplicates?