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
Can we use synchronized block for primitives?
Can we have any other return type than void for main method?
What is map in java?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
When do I need to use reflection feature in java?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Where is the singleton class used?
You're given a Boolean 2D matrix, can you find the number of islands?
difference between byte stream class and character stream class?
What happens if we don’t override run method ?
What is string pool in java?
What does string mean in java?
What is the difference between jdk and jre?
Why set is used in java?
Does list allow duplicates in java?