How can we break singleton in java?
No Answer is Posted For this Question
Be the First to Post Answer
Matrix multiplication only using OOP concepts .
What’s the difference between unit, integration and functional testing?
Is there is any error if you have multiple main methods in the same class?
What is a numeric string?
What is a local, member and a class variable?
what is different between static and non static methods ,using example
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 .
define polymorphism in java
Explain the meaning of java applet.
Why can we not override static method?
When is finally block not called?
Linked List reverese program