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
Can we declare an array without size in java?
Why is it called boolean?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What is the gregoriancalendar class in java programming?
Can we declare main () method as non static?
When will we prefer to use set and list in java and why?
Can we have try block without catch block?
Explain the difference between hashmap and hashtable in java?
What data type is string java?
What is the difference between and ?
What is treeset in java?
Can we declare array without size in java?
What is the use of volatile in java?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is compareto?