Answer Posted / mike
The original object or an entity class becomes a superclass of the original object or entity when a subclass has been derived one or more occurances inheriting the attributes of the superclass.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is there any difference between synchronized methods and synchronized statements?
What is difference between wait and notify in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What's the purpose of using break in each case of switch statement?
Mention the default values of all the elements of an array defined as an instance variable.
What is the maximum size of array in java?
Define jre i.e. Java runtime environment?
What are thread safe functions?
What is time complexity algorithm?
What are the advantages of exception handling in java?
Which java collection does not allow null?
Explain the selection sort algorithm and state its time complexity?
What is the purpose of file class?
What is jar?
What is static data type in java?