How java is platform independent?
Answer Posted / abhilesh rastogi.... bca from
java is platform independent due to the JVM. java program
does not directly interect with os. java program interect
with jvm. c/c++ program interect with os.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does it mean to flush a file?
What is binary tree in java?
Do we need to manually write Copy Constructor?
Is string a class?
What is a finally block? Is there a case when finally will not execute?
Does google use java?
Difference between default and protected access specifiers?
What is the difference between a field variable and a local variable?
What does the three dot emoji mean?
Which sorting algorithm is in place?
What is the difference between private & public & friendly classes?
What happens if constructor is private?
What is the difference between size and length in java?
Distinguish between a predicate and a function?
What is empty list in java?