• 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

Nested Classes in the Exam

 
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Before I forget, the term "inner classes" in the exam includes static nested classes. So be careful. In other words, use "loose language" when reading "inner classes" in the exam. I hope they change the wording in the future. I had to guess that's what they meant, and the only thing that gave me a hunch was the simplicity of the topic as treated in the exam. It doesn't try to get too technical on that.



In 'real life' (I hate that term; how many lives are there? I know of only one) inner classes do not include static nested classes. The term nested should be used. Inner are one type of nested classes.
FINALLY: Remember I just got a random sampling of 59 questions and the test is not always the same.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic