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

scjp1.4 emphasis upon threads !!

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From reading the posts from sherrifs and bartenders etc who have sat the beta version of teh scjp1.4 exam it seems that is a particular emphasis upon threads. Now if this emphasis in the beta translates into the 'real' test then we need to be sharper on this topic.
So my question is: Which is the best mock exam which either has lots of thread questions or is wholey devoted to threads ?
If anyone has an opinion on this, then please let me know: [email protected].
Perhaps there's a sherrif or bartender with particular skills in this area who would like to volunteer suitable questions for creating such a mock.
thanks for your time.
best wishes
bob
 
Ranch Hand
Posts: 3244
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bob
The current exam is also weighted toward threads. Both Val’ mock exam and JQ+ have a lot of thread questions on them. you can also check out the entire list of mock exams
 
Sheriff
Posts: 17734
302
Mac Android IntelliJ IDE Eclipse IDE Spring Debian Java Ubuntu Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just want to add that while I hold RHE in very high regard, IMO, the discussion in it regarding threads is not sufficient to prepare for the kind of questions you'll get in the exam. You really need to delve a bit deeper into the subject and read books focusing on threads and concurrent programming like those written by Paul Hyde, Doug Lea and Allen Holub. Most importantly: practice, practice, practice!
In the new test as with the current one, I think your stategy should be to answer all the easier questions first so you can save up enough extra time to cover threads, where each question with an exhibit will usually take you more than the average 2 minutes to analyze and answer.
Junilu
 
bob towers
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What does IMO stand for ?
cheers
Bob
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"IMO" = in my opinion
When I took the regular test I had a lot of difficult thread questions. There were more questions on threads than any other topic.
 
bob towers
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
so if i wanted to make learning threads a special concern then which book(s) would you recommend?
regards
Bob
 
arch rival
Posts: 2813
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java Thread Programming by Paul Hyde
I own this Threading book and the O'Reilly Threading book. Paul Hydes book is better, and very suitable as an adjunct to Exam specific books.
Marcus
 
bob towers
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks Marcus,
I'll go and get it.
BTW, what's the name of your pet Penguin ?
regs
bob
 
reply
    Bookmark Topic Watch Topic
  • New Topic