How java is platform independent?
Answer Posted / dubeysunny74@gmail.com
any language is plateform independent when it is hordware independent(processor) and software independent that language is called plateform independent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of object oriented programming?
What is the public field modifier?
What does it mean that a class or member is final?
What is complexity in java?
Give some features of interface?
Can we use string in the switch case?
Explain about instanceof operator in java?
can java object be locked down for exclusive use by a given thread? : Java thread
What a static class can contains?
Explain creating threads by extending thread class ?
What is the final keyword denotes?
What are the features in java?
Can we override constructor in java?
What is a for loop in java?
What is difference between adapter class and listener?