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 is the benefit of using const for declaring constants?
What is a method in c?
How can I read and write comma-delimited text?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Why is c called c?
Describe static function with its usage?
is it possible to create your own header files?
What is printf () in c?
How can I discover how many arguments a function was actually called with?
Explain what does the format %10.2 mean when included in a printf statement?
What is build process in c?
What is indirection in c?
What are header files in c?
What are the 32 keywords in c?
When should the register modifier be used? Does it really help?