aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes Annonymous inner class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "Annonymous inner class" Watch "Annonymous inner class" New topic
Author

Annonymous inner class

Divya Gehlot
Ranch Hand

Joined: Sep 10, 2006
Posts: 238
Hi,
I want to know can Annonymous Inner Class extend abstract class also if so, then please explain me with the example.
Thanks in advance.


SCJP1.5(81%)<br />SCDJWS(94%)<br />next mission SCEA(but need to wait or that)
Manfred Klug
Ranch Hand

Joined: Jun 04, 2007
Posts: 377
Hi Divya,

it works the same way as with non abstract classes or interfaces.
Divya Gehlot
Ranch Hand

Joined: Sep 10, 2006
Posts: 238
Hi,
Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Annonymous inner class
 
Similar Threads
How to invoke a method in the(flavour one) annonymous innerclass?
two class files for one java file
How to access an Inner Class' method
Can we create a Object of Interface type
interface implementation --- doubt