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
How do you create a reference in java?
Can we have multiple classes in single file ?
What are the restriction imposed on a static method or a static block of code?
What is literal example?
What is an array in java?
What are java threads?
When does a class need a virtual destructor?
Why is stringbuffer thread safe?
What is a ternary operator in java?
Can a abstract class be defined without any abstract methods?
What is ‘is-a ‘ relationship in java?
What is an exception? difference between Checked and Unchecked exception in Java
What is a ?
How do you reverse sort in java?
What are user defined exceptions?