Answer Posted / chandru
Hi... Java is a platform independent language.After
compiling the ".java" file ,that will be converting into
the ".class" file,which is a byte code having the
capability run on any OS.Basing on the concept byte code
java achieving the platform independent,it leads to "Write
onece run anyware".
| Is This Answer Correct ? | 28 Yes | 0 No |
Post New Answer View All Answers
What’s the difference between unit, integration and functional testing?
What is unicode full form?
What is the scope or life time of instance variables?
Define array. Tell me about 2-D array.
How does singleton class work?
Can we declare an interface as final?
What is enhanced loop in java?
Who developed java?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
Can a static method be final?
Why array is used in java?
How do generics work?
What is the reflection?
What is a conditional statement explain with example?
What is a line break?