How java is platform independent?
Answer Posted / tulasi
java is platform independent bec we written the source code
in java language and we produce the complied source code i.e
class file is in byte code format ,it does not depend on any
platform where u will execute ,so, we called this as
platform independent.The JVM is plat form independent it
depends on the platform ,it will change the class file into
perticular native code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an exception? difference between Checked and Unchecked exception in Java
What’s the difference between applets and standalone program?
What are different type of exceptions in java?
What is %d in printf?
What are the difference between composition and inheritance in java?
What is balanced tree in java?
When parseint method can be used?
How can u increase the heap size in the memory?
State the main difference between c++ and java?
What is the difference between final, finally and finalize()?
What is the purpose of interface?
Is array passed by reference in java?
When will you define a method as static in Java?
Compare Mutex and Semaphore in java.
What is supplier in java?