what is mean by overriding in which situation we wil use?
Answer Posted / neema
If we have same method name in the super class as well as
in the sub class, then the method in the subclass is said
to override the method in the super class.
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
How do you use nextline in java?
When should I use singleton?
What is the difference between double and float variables in java?
List some oops concepts in java?
How finally used under exception handling?
Why do we use bufferedreader?
Explain about serializable interface in java?
Can memory leak happen java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
How to access arraylist elements in java?
Is it possible to use string in the switch case?
Is an object null?
What is defined as false sharing in the context of multithreading?
What is nested loop? What is dangling else condition in it?
Explain about java sdk?