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's the base class in java from which all classes are derived?
How would overload a function based on return type?
What is the return type of the main method?
What does %4d mean in java?
What does += mean in java?
Where are register variables stored?
If I only change the return type, does the method become overloaded?
Difference between final and effectively final ? Why is effectively final even required ?
Explain wrapper classes in java?
How can you set an applet’s height and width as a percentage?
what is bmg file and how to create that files?what will it contailn?
What are the java ide’s?
Write a program to find maximum and minimum number in array?
What is the right data type to represent a price in java?
What is the purpose of garbage collection in java? When is it used?