1z1-819 Exam Question 46

Given the code fragment:
public void foo(Function<Integer, String> fun) {...}
Which two compile? (Choose two.)
  • 1z1-819 Exam Question 47

    Given:

    After which line can we insert assert i < 0 || values[i] <= values[i + 1]; to verify that the values array is partially sorted?
  • 1z1-819 Exam Question 48

    Given:

    What is the result?
  • 1z1-819 Exam Question 49

    Given:

    Which two constructors will compile and set the class field strings? (Choose two.)
  • 1z1-819 Exam Question 50

    Given:

    What is the result?