Answer Posted / neelam
inheritance is a process one object acquires the property
of another object.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is :: operator in java 8?
do I need to use synchronized on setvalue(int)? : Java thread
What is Gang of four design patterns
What differences exist between iterator and listiterator?
Explain wait(), notify() and notifyall() methods of object class ?
What is meant by class loader? How many types are there?
Explain restrictions for using anonymous inner classes?
Explain when we should make an instance variable private.
Can we restart a thread already started in java?
Why java doesn’t support multiple inheritances?
Is 0 true or false?
What do you mean by mnemonics?
What is boolean strategy?
Is it necessary that each try block must be followed by a catch block?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?