Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?
Answer Posted / suraj gupta
We can say that after translating a java program into bytecode helps to make it much easier to run a program in a wide variety of environments. Only the JVM needs to be implemented for each platform. If JVM exists for a given computer, any java program can run on it. Therefor java is platform independent language.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is string data type?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Explain yield() method in thread class ?
Which keyword specify that a variable is effectively final ?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is default size of arraylist in java?
What is the importance of static variable?
What is a lock or purpose of locks in java?
What do you understand by casting in java language?
What is another word for methodology?
Can a hashset contain duplicates java?
What is %02d?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Explain the key functions of data binding?
What is command line argument in java?