How java is platform independent?
Answer Posted / pavi
java is a platform oriented language ,because it' not tied
to any os and hardwares. it can run any os at any time.
| Is This Answer Correct ? | 22 Yes | 33 No |
Post New Answer View All Answers
Explain importance of finally block in java?
What are multiple inheritances?
How do you decide when to use arraylist and linkedlist?
Difference between class#getinstance() and new operator ?
How do you pass by reference?
Give an example of use of pointers in java class.
Why runnable interface is used in java?
What is a boolean in java?
How do you stop a thread in java?
Difference between default and protected access specifiers?
What is rule of accessibility in java?
Can I extend singleton class in java?
Why object class is super class for every class in java?
What is the Scope of Static Variable?
Is java util regex pattern thread safe?