A

Admin • 828.03K Points
Coach

Q. What is the output type of `Function<String, Integer>` when applied to a String?

  • (A) String
  • (B) Integer
  • (C) Boolean
  • (D) Double

Explanation by: Admin
`Function<String, Integer>` takes a String input and returns an Integer.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.