Tag: architecture
Questions Related to architecture
What will be the Output of the following JavaScript Statements? x=5+5; document.write(x); y="5"+"5"; document.write(y);
What will happen when you use document.write in Web page?
Example of Decorator pattern in Java API?
The -------------- Method pattern should be used to implement the invariant parts of an algorithm once and leaves it up to subclasses to implement the behavior that can vary.
The Java API uses this pattern in the event model of its AWT/Swing Classes