What are adapter classes?

Showing Answers 1 - 5 of 5 Answers

Ramakrishna

  • Jul 21st, 2006
 

Adapter classes in Java API are WindowAdapter,ComponentAdapter, ContainerAdapter, FocusAdapter, KeyAdapter, MouseAdapter and MouseMotionAdapter

  Was this answer useful?  Yes

Manivannan Palanichamy

  • Aug 2nd, 2006
 

In general, an adapter class is a pattern, thats an abstract. It provides empty implmentation for its method, optionally you can implement some of them.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions