What is JAVA? Why it is platform independent?
Answer Posted / poorna chandar rao.yerrabothu
java is platform independent because when after compile the
java source code it generate the byte code for jvm. it is
execute the byte code instruction for the particular
operating system. this byte code instruction execute the any
operating system it produce the same result thats why java
is platform independent
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is string data?
How we can generate random numbers in java?
What is string english?
What is the class in java?
What is string in java? String is a data type?
Are private methods final?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What is thread synchronization in java?
When can an object reference be cast to an interface reference in java programming?
What is a method in java?
What is meant by data hiding/encapsulation?
Can we have 2 main methods in java class?
Can one thread block the other thread?
Differentiate between the constructors and methods in java?
What is a dynamic array in java?