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
why java uses class level type casting ?
What is the private method modifier?
What is the difference between a switch statement and an if statement?
Why main method is static in java?
What is off heap memory?
Can static methods be inherited?
How do you override a method?
What do you mean by mnemonics?
What are format specifiers in java?
What is object class in java?
Is string is a keyword in java?
Is int a class in java?
What does those terms actually mean included in the j.d.k i.6?
Is ++ operator is thread safe in java?
How to sort an array in java without using sort method?