java is pure object-oriented programming language?why it is platform independent.
Answer Posted / ramky
because it can be run in any opreating system, like such as windows linux etc.....
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Can constructor be synchronized?
Is map ordered in java?
What happens if an exception is throws from an object's constructor?
Explain the concept of proper inheritance?
Explain the difference between throw and throws in java?
Can arraylist hold different types java?
What is the disadvantage of synchronization?
How to change the priority of thread or how to set the priority of thread?
how to handle exceptions in ejb?
What is the abstraction?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is identifier give example?
What is a pointer and does java support pointers?
What are the types of methodology?
Can we convert stringbuilder to string in java?