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
Can you explain the meaning of aggregation and composition
Can we access instance variables within static methods ?
Explain about method local inner classes or local inner classes in java?
How are the elements of a gridbaglayout organized?
What is not object oriented programming?
Is a char always 1 byte?
What is sortedmap interface?
What are the two ways to create a thread?
Difference between final and effectively final ? Why is effectively final even required ?
What is mvc in java?
What are jee technologies?
Explain how to convert any java object into byte array.
What is the difference between and ?
Can we have two methods in a class with the same name?
How to change the priority of thread or how to set priority of thread?