How java is platform independent?
Answer Posted / brajesh nath tripathi
java is platform independent because it follows the three
basic rules
According to these rule there should not any coupling
between operating system and java program /application
1:-Application developing time coupling
JAVA never use any operating system function in developing
java application
2 compilation time coupling
that is only Java Run Time environment is responsible to
load and compile the any java program
hence there is no role of operating system
3:-Execution time coupling
in java Run Time environment JVM has responsibility to
execute the java program hence there is no role of OS
since java follow these three rule hence java is a platform
language
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
What is the unit of plancks constant?
What is the syntax and characteristics of a lambda expression? Explain
Explain the scope or life time of class variables or static variables?
How do you use compareto in java?
Can a vector contain heterogenous objects?
What is the difference between conversation & casting?
What is implicit object in java?
Difference between java and javascript
What is string english?
What are static blocks in java ?
How many types of gc are there in java?
Write a program to print fibonacci series up to count 10.
What is a nested list?
Does chrome use java?
Can an interface be defined inside a class?