What is method overriding in java ?
No Answer is Posted For this Question
Be the First to Post Answer
What is dynamic binding(late binding)?
What is passing by reference in java?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
What are some alternatives to inheritance?
Why do we use return statement?
What is the purpose of using java.lang.class class?
what is difference between prepare stetement and callable starement with example?
Can a class with private constructor be extended?
Howmany address lines are required to addressing 1 MB memory?
8 Answers Beatroot Technologies, CSC, HCL, Hexaware, IBM,
how to split string in java?
Convert a BST into a DLL and DLL to BST in place.
Justify your answer that you can't define a method inside another method in java, if you can then how?