Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?
Answer Posted / satishkumar vishwakarma
The java is platform independed because of its bytecode.
When we compile our source file it is converted into .class
file. This .class file containts bytecode which is executed
by JVM whih is a runtime environment for java. Now
this .class file can be run in any environment with the
help of jvm. and jvm convert bytecode into native code.
That's why java is called platform independed.
| Is This Answer Correct ? | 96 Yes | 9 No |
Post New Answer View All Answers
How do you reverse a string in java?
Why object class is super class for every class in java?
Is string a class?
Can keyword be used as identifier?
Is java a pure object oriented language?
How can a gui component handle its own events in java programming?
Have you ever used hashtable and dictionary?
Is string a data type in java?
How to sort array in descending order in java?
What is the byte order of byte buffer?
How do I run java on windows?
What are void pointers?
Is multiple inheritance supported by java?
What is functional interface in java?
Can a serialized object be transferred via network?