can we write two same methods in outer class and innerclass.
Answer Posted / venkatesh
Of course yes
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why java doesn’t support multiple inheritances?
How to create a thread in java?
What is regex used for?
What is the difference between normal report & matrix report?
What is difference between printf and scanf?
Why do we need singleton class?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What's the base class of all exception classes?
What do you understand by abstract classes?
How do you use substring in java?
What super () does in java?
What is the purpose of an interface?
What is the use of put method?
Explain about public and private access specifiers?
When does an object becomes eligible for garbage collection in java?