Tag: architecture
Questions Related to architecture
-
x=10, y=10
-
x=55,y=55
-
x=10,y=55
-
None of the above.
-
Opens a new browser window.
-
Holds the Title of the page.
-
Lets you write text to the current web page.
-
Moves the browser to a page on the browser’s history.
-
decouple an abstraction from its implementation so that the two can vary independently
-
One class takes in another class, both of which extend the same abstract class, and adds functionality.
-
Assembles group of objects with same signature
-
One class controls the creation of and access to objects in another class.
-
The reusable and variable parts of a class are broken into two classes to save resources
-
One class controls the creation of and access to objects in another class.
-
One class takes in another class, both of which extend the same abstract class, and adds functionality.
-
One class has a method that performs a complex process calling several other classes.
-
Adapter, Bridge and Decorator.
-
Singleton, Builder and Factory Method.
-
Facade, Flyweight and Proxy.
-
Iterator, Observer and Template.
-
Façade Pattern.
-
Decorator Pattern.
-
Proxy Pattern.
-
Adapter Pattern.
-
java.util.List
-
java.lang.String
-
java.io.BufferedInputStream.
-
None of the above.
-
Strategy Pattern.
-
Template Pattern.
-
Observer Pattern.
-
None of the above.
-
Strategy Pattern.
-
Template Pattern.
-
Observer pattern.
-
None of the above.
-
Composite Pattern
-
Strategy Pattern
-
Observer Pattern
-
Factory Pattern