jQuery in Action, 2nd edition
The moose likes Java in General and the fly likes inner classes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "inner classes" Watch "inner classes" New topic
Author

inner classes

narasimha munagala
Greenhorn

Joined: Aug 12, 2007
Posts: 7
what is the difference between nested classes and inner classes
Bill Cruise
Ranch Hand

Joined: Jun 01, 2007
Posts: 148
An inner class is declared non-static.

http://java.sun.com/docs/books/tutorial/java/javaOO/nested.html
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: inner classes
 
Similar Threads
Why final keyword is accepted with private?
Re:inner classes
What is a class file with $ symbol in the name
Most Difficult Part?
Native Method