Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?
Answer Posted / himanshu daurby
ava is a platform independent programming language, Because when you install jdk software on your system then automatically JVM are installed on your system. For every operating system separate JVM is available which is capable to read the .class file or byte code. When we compile your Java code then .class file is generated by javac compiler these codes are readable by JVM and every operating system have its own JVM so JVM is platform dependent but due to JVM java language is become platform independent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does ide stand for?
Does substring start with 0?
In java, how we can disallow serialization of variables?
Why does java not support pointers?
What is use of static method?
How do you empty a list in java?
What is the benefit of singleton pattern?
Is there a sort function in java?
What is difference between float and double?
Which methods are used during serialization and deserialization process?
What is static method with example?
Is 0 an even number?
What do you mean by Hash Map and Hash Table?
Explain the access modifiers for a class, method and variables?
What are keywords in java?