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
Explain super keyword in java.
Why is java called java?
What is java algorithm?
What is meant by vector class, dictionary class, hash table class, and property class?
What is sorting algorithm in java?
what is the final keyword denotes in java?
What are the difference between string, string builder, and string buffer in java?
How many types of operators are there?
Why convert an applet to an application?
When can you say a graph to be a tree?
How do you add an element to a hashset in java?
Is java util list serializable?
How do you represent a space in regex java?
What is a JAR file?
What is string builder?