How OOPS concept is achieved in Java?
Answer Posted / rahul
Thru java encapsulation, inheritence, polymorphism.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Is null an object java?
What is the generic class?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
Does java allow default arguments?
What is a wrapper method?
What are the new features in java 8?
What is a string token?
What is the difference between yield() and sleep()?
Can we write any code after throw statement?
Why we use multi threading instead of multiprocessing?
Does java return by reference?
What is a flag value?
What is skeleton and stub? What is the purpose of those?
What is the latest java version?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.