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 are user defined exceptions?
What is one third plus one third as a fraction?
How is java created?
What is the numeric promotion?
Explain java coding standards for methods?
Can we declare register variable as global?
What are accessor methods in java?
What does the string method compareto () do?
What is operator overloading. Is it is supported in java?
How to use arraylist in java netbeans?
Where is java located?
What must a class do to implement an interface in java programming?
Why we use protected in java?
How do you represent a space in regex java?
What is the relationship between clipping and repainting under awt?