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
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is the definition of tree ?
Why does java have two ways to create child threads?
How does compareto method work?
What are the java ide’s?
Is java 11 paid version?
How strings are created in java?
Can we increase size of array?
What is the access scope of protected access specifier?
Can list be null in java?
what is thread in Java ?
What is formatted output in java?
What are the application of stack?
Give an example of use of pointers in java class.
What is core java called?