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
Can list contain null in java?
Can we serialize singleton class?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
What is append in java?
Explain the different forms of polymorphism?
What is mnemonic code?
Why is singleton not thread safe?
Explain the difference between throw and throws in java?
How to do encapsulation in java?
What is integer size in java?
Why are the objects immutable in java?
What is the advantage of preparedstatement over statement?
What is a package in java? List down various advantages of packages.
Explain what is encapsulation?
What is boolean data type in java?