enthuware.ocpjp.v11.2.1842

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
ketank
Posts: 10
Joined: Thu Apr 15, 2021 9:02 am
Contact:

enthuware.ocpjp.v11.2.1842

Post by ketank »

(Excerpts from the justification)
...
3. It is also possible that the JVM decides not to split the stream at all.
...



If the stream is meant to be parallel, why will it not be split by JVM. Could you pls elaborate.


Thx.

admin
Site Admin
Posts: 10036
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: enthuware.ocpjp.v11.2.1842

Post by admin »

What if the JVM is running on a single core processor? Or what if the JVM is running on a shared machine where it is allowed only one core? Or what if only one core is free and all other cores available to the JVM are executing long running tasks?

There could be many reasons. Parallel execution is not a guarantee. The JVM will decide based on resources available to it.
If you like our products and services, please help us by posting your review here.

ketank
Posts: 10
Joined: Thu Apr 15, 2021 9:02 am
Contact:

Re: enthuware.ocpjp.v11.2.1842

Post by ketank »

Thanks for the input.

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 48 guests