can we write two same methods in outer class and innerclass.



can we write two same methods in outer class and innerclass...

Answer / venkatesh

Of course yes

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

In what types of operations an ArithmeticException will be thrown?

3 Answers  


What is Unicast and Multicast object? Where we will use?

1 Answers   Scope International,


What is the size of integer?

0 Answers  


Name the immediate superclass of the MenuComponent class?

1 Answers  


What do you mean by of string::valueof expression in java 8?

0 Answers  


When will you define a method as static?

0 Answers  


Is it possible for a yielded thread to get chance for its execution again?

0 Answers  


How to disable caching on back button of the browser?

0 Answers  


Define how objects are stored in java?

0 Answers  


int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,


How do you test a method for an exception using junit?

0 Answers  


What is stack explain?

0 Answers  


Categories