What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
No Answer is Posted For this Question
Be the First to Post Answer
is memory to the abstract class allocated ..or objects not instantiated
What is the access scope of a protected method?
What is <> used for in java?
How do you square a number in java?
How are destructors defined in java?
What does java ide mean?
Why is java not 100% pure oops?
what do you mean by classloader?
Is assembly language a low level language?
There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.
What is lazy activation?
What is an association?