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
What is constructor chaining in java?
Write a program to reverse a number in java?
Is string serializable in java?
How does linkedhashmap work in java?
What is composition in java?
Which is better singleton or static class?
What is proper subset?
What are the steps involved to create a bean?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Difference between final and effectively final ?
What is dynamic array in java?
When can an object reference be cast to an interface reference in java programming?
Is there a jre for java 11?
Explain about join() method?
How many threads can java run?