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



Answer :

Other Questions