This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes Examples of all the types of inner classes 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 » Java » Java in General
Reply Bookmark "Examples of all the types of inner classes" Watch "Examples of all the types of inner classes" New topic
Author

Examples of all the types of inner classes

Dale DeMott
Ranch Hand

Joined: Nov 02, 2000
Posts: 514
okay.. so I'm looking at inner classes and would love it if someone would walk me through the inner classes and why we might need each of them
static inner class
member inner class
local inner class
anonymous inner class
-Regards,
Dale DeMott


By failing to prepare, you are preparing to fail.<br />Benjamin Franklin (1706 - 1790)
James Swan
Ranch Hand

Joined: Jun 26, 2001
Posts: 403
Have a read of this article:
http://www.javaworld.com/javaworld/jw-02-2002/jw-0201-java101.html?
James.
 
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: Examples of all the types of inner classes
 
Similar Threads
Inner Class
Doing some "cleanup" before closing a program, how?
inner class
Can you have 2 inner classes ?
Listener classes + javadoc