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
How do you create a null object?
What are the differences between string, stringbuffer and stringbuilder?
What are the 4 types of research methods?
What are different data structures in java?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is a priority queue java?
Does treeset allow null in java?
Why is inheritance used in java?
What is boolean data type in java?
What is a instance variable?
What is jvm? Why is java called the platform independent programming language?
What does bitwise or mean?
What are nested classes in java?
How is treeset implemented in java?
What is the difference between import java.util.date and java .util?