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 the purpose of the main method?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Explain about doubly linked list
What is the final access modifier in java?
What is the role of garbage collector in java?
What is the difference between a loader and a compiler?
Can we declare a class as abstract without having any abstract method?
What is a package in java? List down various advantages of packages.
Is java util list serializable?
What is a “stateless” protocol ?
Can you pass functions in java?
Difference between string, string builder, and string buffer?
What does the @override annotation do?
Are registers volatile?
What is super?