how we can say java is platform independent, while we
require JVM for that particular Operating System?
Answer Posted / seema choudhary
Java is platform independent b'caz java compiler convert the source file into the Byte code or object code file then JVM(Java Virtual Machine) convert the file into the machine language.
object code file will execute on another machine or any platform by using the JVM.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what are bit fields in c?
Why ca not I do something like this?
What is pointer and structure in c?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Explain bitwise shift operators?
Where is volatile variable stored?
Are pointers really faster than arrays?
What are header files and explain what are its uses in c programming?
Why is c used in embedded systems?
How do I get a null pointer in my programs?
What is a structure and why it is used?
Explain what is the difference between far and near ?
Can we declare a function inside a function in c?
What is the use of getchar functions?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list