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 t in generics in java?
Can we extend singleton class in java?
Explain about the select method with an example?
What are the types of relation?
How do you override a variable in java?
What is the primitive type byte?
How to split a string in java?
Write a program in java to create a doubly linked list containing n nodes.
What is the finalize method do?
What is a lightweight component?
Define packages in java?
How to change the priority of thread or how to set priority of thread?
what is nested class in java?
What variables are stored in stack?
Difference between nested and inner classes ?