• 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
  • Ron McLeod
  • Liutauras Vilda
  • Paul Clapham
  • paul wheaton
Sheriffs:
  • Tim Cooke
  • Devaka Cooray
  • Rob Spoor
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:

Fork/Join Framework

 
Greenhorn
Posts: 8
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone tell me if the Fork/Join framework is covered by the exam?  I have been working with Scott and Jeanne's books in studying for the IZ0-819 exam and I don't see it covered in Concurrency.  However, I took a Udemy practice exam and there was a question about it.  Perhaps I just just stick with Jeanne and Scott's book as far a content goes?
 
Sheriff
Posts: 9704
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I do see this in the Exam objectives/topics, so I would assume it is covered:

Create worker threads using Runnable and Callable, and manage concurrency using an ExecutorService and java.util.concurrent API

 
author & internet detective
Posts: 41763
887
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
John,
No, it is not in scope for the exam.

The OCP 8 exam did have the fork/join framework in scope with the objective:

Use parallel Fork/Join Framework



Unsurprisingly, we covered it in our 809 (OCP 8) book. The topic is not in scope for the Java 11 exam which is why you don't see it covered in the 819 (OCP 11) exam.
 
John Cunningham
Greenhorn
Posts: 8
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, Jeanne!  One less thing to worry about for the exam.
 
LOOK! OVER THERE! (yoink) your tiny ad is now my tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic