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 is the lifetime and scope of a variable?
what is inner class in java?
Mention the default values of all the elements of an array defined as an instance variable.
Define "Access specifiers" in java.
Why is java logo a cup of coffee?
Why is sizeof not a function?
Is a boolean variable?
Can the interface be final?
What do you understand by java?
What do you mean by stack?
In how many ways we can do synchronization in java?
What is difference between filereader and bufferedreader?
What is the properties class in java programming?
What is java used for on a computer?
What is an abstract class and what is it’s purpose?