Answer Posted / pavan
Inheritense is just like sub clasing the existing class.By
which we can get the fetures of the existing class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Explain, java is compatible with all servers but not all browsers?
Why scanner is used in java?
What is meant by call by reference?
How do you reverse a word in java?
What is difference between public static and void?
Why Java doesn’t support multiple inheritance?
What are the different access modifiers available in java?
How to change the priority of thread or how to set the priority of thread?
What does isempty () do in java?
String class is defined under which package in java?
Which sorting is used in arrays sort in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Is java jre still free?
What do you mean by order of precedence and associativity?