What Is Facade Design Pattern Is Java?

What Is Facade Design Pattern Is Java? Facade is a structural design pattern that provides a simplified (but limited) interface to a complex system of classes, library or framework. While Facade decreases the overall complexity of the application, it also helps to move unwanted dependencies to one place. What do you mean by facade pattern?