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
Is c weakly typed?
What is FIFO?
Write a program for finding factorial of a number.
Explain what is the difference between far and near ?
What is variable and explain rules to declare variable in c?
Which of these functions is safer to use : fgets(), gets()? Why?
Difference between pass by reference and pass by value?
What is operator promotion?
What is #define in c?
What is a class c rental property?
How does placing some code lines between the comment symbol help in debugging the code?
Is c procedural or object oriented?
Can we use visual studio for c?
Why do we write return 0 in c?
How does normalization of huge pointer works?