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


What is adapter class?

Answers were Sorted based on User's Feedback



What is adapter class?..

Answer / aj

An adapter class provides an empty implementation of all methods in an event listener interface.

Is This Answer Correct ?    1 Yes 0 No

What is adapter class?..

Answer / shailendra

it is a class,we can creat our classes as sun classes one of
the adapter class.

Is This Answer Correct ?    16 Yes 56 No

Post New Answer

More Core Java Interview Questions

What is java Applet?

0 Answers   TCS,


Can we inherit the constructor in a Class?please give one example.

9 Answers   iGate,


how to compile jsp?

4 Answers   Logica CMG,


What is the difference between Static and final?

1 Answers  


Why is stringbuffer not immutable?

0 Answers  


Given: 10. interface A { void x(); } 11. class B implements A { public void x() { } public voidy() { } } 12. class C extends B { public void x() {} } And: 20. java.util.List list = new java.util.ArrayList(); 21. list.add(new B()); 22. list.add(new C()); 23. for (A a:list) { 24. a.x(); 25. a.y();; 26. } What is the result? 1 Compilation fails because of an error in line 25. 2 The code runs with no output. 3 An exception is thrown at runtime. 4 Compilation fails because of an error in line 20.

3 Answers  


why Java does not support multiple inheritances?

0 Answers   Aspire,


Can we override protected method in java?

0 Answers  


What is mean by collections in java?

0 Answers  


Can I import same package/class twice?

0 Answers  


waht happens when a return type ,even void is specified for a constructor?

11 Answers  


What is the importance of finally block in exception handling?

0 Answers  


Categories