• 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

Index of 1.5 exam objectives for K&B's book

 
Ranch Hand
Posts: 233
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don�t know if this will be of any use, but here you have it.
I did my best on accuracy.

Declarations, Initialization and Scoping
1.1 p. 10, 19, 636 (inner(637); method-local(644); Anonymous(647); Static nested (654))
1.2 p. 19, 116
1.3 p. 4, 24, 141, 176, 209
1.4 p. 4, 24
1.5 p. 99, 122, 237
1.6 p. 126

Flow Control
2.1 p. 316
2.2 p. 331
2.3 p. 371
2.4 p. 344
2.5 p. 344
2.6 p. 366

API Contents
3.1 p. 227, 412
3.2 p. 429
3.3 p. 443
3.4 p. 457
3.5 p. 471

Concurrency
4.1 p. 674
4.2 p. 690
4.3 p. 700
4.4 p. 718

OO Concepts
5.1 p. 82, 147
5.2 p. 94, 112
5.3 p. 165, 167 (self test answers)
5.4 p. 99, 126, 237
5.5 p. 86

Collections / Generics
6.1 p. 536
6.2 p. 522
6.3 p. 570
6.4 p. 570
6.5 p. 546

Fundamentals
7.1 p. 760, 776
7.2 p. 760
7.3 p. 203
7.4 p. 244
7.5 p. 760, 772
7.6 p. 176, 276

Richard
 
Ranch Hand
Posts: 1710
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Very fine effort Richard,

It may prove a handy index for K&B followers for SCJP.


Good!

 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Wow Richard!

Why didn't we think of that?!

Thanks,

Bert
 
Richard Boren
Ranch Hand
Posts: 233
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Bert and Cmbhatt.

Bert it was one of your replies regarding what was on the 1.5 exam that sparked my effort. It wasn�t a big deal I just printed the objectives from the link you gave and then penciled in the page numbers as I worked through the chapters up to chapter 5. Then I avoid studding by doing the remaining 5 chapters.

Benefit for me� I know the objectives. If only that was 37 of the test questions...

Richard
 
reply
    Bookmark Topic Watch Topic
  • New Topic