Answer Posted / vasanthi
Inheritance is the process of acquiring one object to
another object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is package private scope in java?
Explain the reason behind ending a program with a system.exit(0)?
What 4 doubled?
What is meant by method overriding?
How is string immutable in java?
What is anti pattern in java?
Differece between class and generic class?
Does a function need a return?
What is a platform?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What are pass by reference and pass by value?
What types of index data structures can you have in java?
Name few "optional" classes introduced with java 8 ?
What is the common usage of serialization? What exceptions occur during serialization?
Implementations of set interface?