Java, SpringBoot, SQL Concept Q: What is functional programming?
A: Pure function (same return value for same arguments, no mutation of arguments)
First-class and higher-order function (take other functions as arguments or return them as results) Q: What is the use of interface?
A: Support multiple inheritance like C++ Q: What…