Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

can you create interface instance ?

Answer Posted / nishant

hi Uday,what you've done is, created an annonymous inner
class which is the implementer class of the interface.Here
the refernce variable is of the interface but it is
referencing to the newly created annonymous inner class
instance.
Here the instanceof operator returns true because
annonymous inner class is the implementer of interface and
instanceof always returns true with the same class or its
super class(try using instanceof with Object class, it will
always return true,may the object be of any class).

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of beaninfo?

1097


What is main function purpose?

1079


Write a program to print count of empty strings in java 8?

1062


What are different types of arrays?

1052


What is the size of int in 64-bit jvm?

1175


What initialize variables?

1085


What happens to a static var that is defined within a method of a class?

1079


How many times finalize method will be invoked? Who invokes finalize() method in java?

1070


Which is better list or arraylist in java?

906


What is thread start?

1016


Explain public static void main(string args[]) in java.

1047


What is use of valueof () in java?

1104


What does math floor () do?

1008


Can we rethrow the same exception from catch handler?

1172


Is age a discrete variable?

1032