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 are the differences between the constructors and methods?
Difference between nested and inner classes ?
What is a constructor, constructor overloading in java?
why doesn't java run on all platforms?
What is defined as false sharing in the context of multithreading?
What is OOP's Terms with explanation?
What is difference between arraylist and list in java?
What is nextint java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is the difference between interface & abstract class?
Is null an object java?
What is the difference between array list and vector in java?
What is an iterator interface in java programming?
How to retrieve data from database in java using arraylist?
How are variables stored in memory?