| |
GeekInterview.com > Interview Questions > J2EE > Java Patterns
| Print | |
Question: One set of Design Patterns is known as "Antipatterns." Referring to the statement above, how does an Antipattern help in designing a code solution? Choice 1 It allows code to be optimized by demonstrating ways to use bit-wise complements of integers. Choice 2 To enable an implementation of a problem to be developed as quickly as possible when a deadline is approaching Choice 3 To document and explain a code design technique that experience shows does not work well in practice Choice 4 To demonstrate that Design Patterns are not suitable in object-oriented code, and procedural code design should be used Choice 5 It normally demonstrates the best, or a good pattern for a solution to common code design problems.
|
| February 02, 2009 00:02:40 |
#2 |
| RamyaMohan |
Member Since: February 2009 Total Comments: 1 |
RE: One set of Design Patterns is known as "Antipatterns." Referring to the statement above, how does an Antipattern help in designing a code solution? Choice 1 It allows code to be optimized by demonstrating ways to use bit-wise complements of in |
Antipatterns indicates the bad design patterns that should not be practised. Hence Choice 3 is the correct option. |
| |
Back To Question | |