Answer Posted / dipesh
Suppose
Class My implements InetrfaceName{
My my=new InterfaceName(){ write mehtod impl here of
interface};
here we r creating instance of class (we dont know name)to
my
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the equal sign?
How does hashmap work in java ?
What is encapsulation in java?
What is the difference between call by reference and call by pointer?
What is size_t?
Can we overload the methods by making them static?
What is core java called?
How do you generate random numbers in java?
describe method overloading
Can we use String with switch case?
What is the constructor?
What is the difference between superclass and subclass?
What are the advantages of encapsulation in java?
Why does my function print none?
How do you decide when to use arraylist and linkedlist?