Question 11

Which interface in the java.util.function package will return a void return type?
  • Question 12

    Given:

    Which two interfaces can be used in lambda expressions? (Choose two.)
  • Question 13

    Given the declaration:

    Examine this code fragment:
    /* Loc1 */ class ProcessOrders { ... }
    Which two annotations may be applied at Loc1 in the code fragment? (Choose two.)
  • Question 14

    Which three guidelines are used to protect confidential information? (Choose three.)
  • Question 15

    Which set of commands is necessary to create and run a custom runtime image from Java source files?