Wednesday, April 18, 2007
Can an anonymous class implement an interface and extend a class at the same time?
Subscribe to:
Post Comments (Atom)
World of tricky Core Java Q&A(Java SE),Java EE and Open source technologies like Struts,Hibernate,Spring,Velocity etc
Disclaimer
Interview Questions On Java,Java EE Copyright © 2012
1 comments:
yes i can be done at the same time for example we do it applet class..we extend an applet class in our custom class and implements an ActionListner interface in same class...!!!
Post a Comment