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
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Can you override a final method?
Can a class have 2 constructors?
what is the purpose of the runtime class?
If we don’t want some of the fields not to serialize how to do that?
What is stored procedure. How do you create stored procedure ?
What are the types of relation?
What is arrays fill in java?
How are observer and observable used in java programming?
Explain what access modifiers can be used for methods?
What is difference between throw and throws ?
Is vector synchronized in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Is string pool garbage collected?
How hashmap increases its size in java?