How OOPS concept is achieved in Java?
Answer Posted / niranjanravi
by polymorphism,inheritance,abstraction,encapsulation
| Is This Answer Correct ? | 20 Yes | 8 No |
Post New Answer View All Answers
What is mean by encoding?
Can I learn java without any programming experience?
What are bind parameters?
How to perform selection sort in java?
What is the technique adopted to create an immutable class?
Why arraylist is not synchronized in java example?
Explain the importance of join() method in thread class?
Can we override private method?
How can we make sure main() is the last thread to finish in java program?
What is the difference between exception and error in java?
Explain when we should make an instance variable private.
What are the main uses of this keyword?
What are use cases?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What is member in java?