• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Inner Class

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Unable to answer questions on this topic.
Can anybody suggest me a good tutorial on nested classes( static non static)?
Many many thanks.

Pallavi.
[ November 06, 2003: Message edited by: pallavi pandey ]
 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Thinking in Java by Bruce Eckel has a very gud chapter on Inner Classes.
Hope this will help ..
Cheers
Sharad
 
pallavi pandey
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot.
Can u tell me which edition of Eckel, Bruce has this topic so that i can get it from libary.
And can anybody fwd link for online tutorial on nested, inner classes.
Thanks.
 
Sharad Goel
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Pallavi,
2nd edition has a chapter interface and inner class, which tells about inner classes.
this link http://www.javaranch.com/campfire/StoryInner.jsp is also gud for a start in a easy going way.
Cheers
Sharad
 
Ranch Hand
Posts: 504
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No need to go to the library.
Bruce Eckel
Select the third edition. Also, read Sun Tutorial trails and JLS. Visit Marcus Green's Tutorial
[ November 06, 2003: Message edited by: Vad Fogel ]
[ November 06, 2003: Message edited by: Vad Fogel ]
 
pallavi pandey
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lott friends.

Pallavi.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic