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
Explain the term virtual machine?
What is JFC?
Convert Binary tree to linked list.
What are the differences between heap and stack memory in java?
How do you declare a string variable?
What is Applet Stub Interface ?
What is the difference between public, private, protected, and friend access?
What is the difference between stored procedure & function?
Is it possible to write a regular expression to check if string is a number?
Is vector thread safe in java?
Can I use % with real numbers?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
Can java list contain duplicates?
Can set contain duplicates?
Is list thread safe in java?