Question 151
Given:
You wants to make the reduction operation parallelized.
Which two modifications will accomplish this?
Question 152
Given:
This code results in a compilation error.
Which code should be inserted on line 1 for a successful compilation?
Question 153
Given the code fragment:
What is the result?
Question 154
Given:
public class X {
}
and
public final class Y extends X {
}
What is the result of compiling these two classes?
Question 155
Which two are functional interfaces? (Choose two.)



