• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Assertions and Inner Classes

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have studied assertions from the K&B book that I have. However I felt that the questions in the K&B book are far too easy than the ones on Dan Chisholm's mocks. I would really like to study assertions and inner classes before I give anymore Dan's mocks...since i dont wanna give the individual chapter quizzes and "know" wht kinda qustions will be on his comprehensive exams.

Can someone suggest some good links to study Assertions and Inner classes.

Thanks
 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Murtuza,

Thank you for using my exams.

Everything that you need to know about assertions is contained in the document titled Programming with Assertions.

The JLS is a good resource for information on nested classes. The following should be helpful.

Section 8.5, Member Type Declarations.

Section 15.9.5, Anonymous Class Declarations.

JLS
 
Murtuza Akhtari
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Dan !!
 
Note to self: don't get into a fist fight with a cactus. Command this tiny ad to do it:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic