Which one is NOT correct about Functional Programming in Java?
◯ The return value of the function depends only on the input parameters passed to the function
◯ Functional programming is imperative rather than declarative.
◯ Functional programming is a way to produce a more reliable software.
◯ It is the process of building software by composing pure functions