Why Java is called as purely platform independent..?
Explain briefly..dont Give regular answers
Explain with your own example..?
Answer Posted / raji
in java the byte code which is called as plat form independent
so........ it can be ready executed in any platform
and where particuler jvm is plat form dependent.......always
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between collection api and stream api in java8?
What is bubble sorting in java?
How many ways can we create the string object?
What is Java Shutdown Hook?
What is the significance of java packages?
What is the properties class?
What is the reflection?
Explain differences between collection api and stream api?
what is recursion in java
What is string in java? String is a data type?
Why is singleton instance static?
What a static class can contains?
What are format specifiers in java?
What is meant by binding in rmi?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?