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 are the features of java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What are the two categories of data types in the java programming language?
What is the file extension for java?
what is the difference between Object Based Language and Object Oriented Language?
Who is founder of java?
How will you reverse a link list without using recursion?
Is it possible to instantiate the abstract class?
how to write a program for sending mails between client and server
What is function and its uses?
In java, how we can disallow serialization of variables?
How many types of exception can occur in a java program?
When will you define a method as static in Java?
What happens to the Exception object after handling an exception?
What is oop principle in java?