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 is an infinite loop? How infinite loop is declared?
what is the volatile modifier for? : Java thread
What is data structure in java?
What is passed by reference and pass by value ?
what do you mean by classloader?
Is heap stored in ram?
What are the data types supported by java? What is autoboxing and unboxing?
Why do we use regex?
Can we override private methods?
Does java initialize arrays to zero?
How to make a non daemon thread as daemon?
How do you bind variables?
How will you initialize an Applet?
Can we declare a class as abstract without having any abstract method?
Can an abstract class be a final class?