Page 1 of 1
About Question enthuware.ocpjp.v7.2.1238 :
Posted: Thu May 09, 2013 3:49 pm
by aspire_jp
Hi, just a doubt shouldnt the 2nd last correct option be invokeAll(list) and not invokeAll(subactions) ?
thanks!
Re: About Question enthuware.ocpjp.v7.2.1238 :
Posted: Sat May 11, 2013 6:33 am
by admin
No, you need to pass a collection of RecursiveAction to invokeAll. Please take a look at the examples here:
http://docs.oracle.com/javase/7/docs/ap ... ction.html
HTH,
Paul.
Re: About Question enthuware.ocpjp.v7.2.1238 :
Posted: Sat Mar 19, 2016 8:20 am
by sumanenthu
I have a doubt regarding when should I use fork and join from the else block (when the task is bigger than threshold value) and when I should use invoke()?
Re: About Question enthuware.ocpjp.v7.2.1238 :
Posted: Sat Mar 19, 2016 10:30 am
by admin