How java is platform independent?
Answer Posted / chidananada p.d
java language consists of a special program to convert one
understanding form of one operating system to another form
of another operating system,So we can say java is platform
independent language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between notify and notifyall method?
What are java threads?
Can we convert stringbuilder to string in java?
What all methods are used to prevent thread execution ?
What is difference between protected and private?
Why doesn't the java library use a randomized version of quicksort?
Why does abstract class have constructor?
What is "this" keyword in java? Explain
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is hotjava?
What is entry in java?
What is the difference between a checked and an unchecked exception?
How do you define a method?
What is the difference between super class & sub class?
What are advantages and disadvantages of OOPs?