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
How do you find the maximum number from an array without comparing and sorting?
How are multiple inheritances done in Java?
What does sizeof return?
Is arraylist dynamic in java?
whatis Home interface and Remoteinterface? with example?
Is integer a class?
What is module with example?
What are the legal parameters?
what is object slice?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Can we use synchronized block for primitives?
State differences between C and Java?
How do you change an int to a string?
What are the types of methodology?
What is the difference between member variables initialization and assignment in a constructor?