Can you instantiate the math class in Java?
No Answer is Posted For this Question
Be the First to Post Answer
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 .
IS method overriding is Duplication of Methods?
Differece between class and generic class?
What is sortedset in java?
Name the methods that used to get and set the text label displayed by a Buttonobject?
Can the garbage collection be forced by any means?
What is the difference between pass by reference and pass by pointer?
What is a default method?
Explain about the security aspect of java?
What does exclamation mean in java?
What is a boolean expression in java?
What is == and === in javascript?