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...


when Can an object reference be cast to an interface reference?



when Can an object reference be cast to an interface reference?..

Answer / praveen kumar

.An interface reference can point to any object of a class that implements this interface i.e. see the example below:

interface Foo{
void display();
}

public class TestFoo implements Foo{

void display(){
System.out.println(“Hello World”);
}

public static void main(String[] args){
Foo foo = new TestFoo();
foo.display();
}

}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

What is predicate in lambda expression?

0 Answers  


In system.out.println(), what is system, out and println?

0 Answers  


How to reverse the singly linked list(In Node data members are(int data,int pointerTONext))

0 Answers  


In hibernate what is the difference between the Session and SessionFactory?

0 Answers   Cap Gemini,


How do I open the java console in windows 10?

0 Answers  


What is the difference between collection and stream?

0 Answers  


How do I enable java in google chrome?

0 Answers  


What is profile in java?

0 Answers  


Write a program for the following topic - switch case,looping using fuction calling,nesting,console input output. Aim- to print a menu:- 1-series 2-single value. Each menu having sub menu armstrong or perfect.

0 Answers  


Which is more secure: java or activex? : java security

0 Answers  


How do javabeans work?

0 Answers  


What is hql in java?

0 Answers  


Categories