GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  J2EE  >  Java Patterns
Go To First  |  Previous Question  |  Next Question 
 Java Patterns  |  Question 15 of 19    Print  
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.

  
Total Answers and Comments: 1 Last Update: November 25, 2007     Asked by: Teena 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 24, 2007 13:29:42   #1  
Praveen Alla        

RE: One set of Design Patterns is known as "Antipatter...
Choice 3
 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : when you want to restrict the object creation of a particular call is more tahn one then use singiltion class ...
Read Answers (5) | Asked by : manepalli

Latest Answer : Yep we can make the Singleton class synchronized and non clonebale... ...
Read Answers (6) | Asked by : sunils

Latest Answer : DAO is implemented for Seperation of Business Logic and Database Logic in the project.Whatever the changes made to Database logic that will not affect to business logic. ...
Read Answers (1) | Asked by : satyanarayana

Latest Answer : Many interactive Web applications are composed of brittle collections of interdependent Web pages. Such applications can be hard to maintain and extend. The Front Controller pattern defines a single component that is responsible for processing application ...
Read Answers (4) | Asked by : satyanarayana

Latest Answer : Just as design patterns provide a way to communicte  concisely with desired software practices, these antipatterns provide the equivalent advantages of communicating with undesirable practices.An antipattern is a classified bad design , it is just ...
Read Answers (2) | Asked by : Kiran

Latest Answer : Creative Design Pattern is one J2EE patterns. This pattern is used for project design and building. Best ever patterns are J2EE patterns. ...
Read Answers (3) | Asked by : javajet

How to develop the web services and register it?Please send some code snippet with some description.
Read Answers (2) | Asked by : Kanakadri

Latest Answer : A context object encapsulates web server specific HTTP information in more general and portable form.It is used when  * you have components and services that need access to the system information. * You want to decouple application components ...
Read Answers (1) | Asked by : enjoy

Latest Answer : It is a bridge between Objects of different classes..so that they can talk to each other ...

Latest Answer : Concurrent Exception is the one which occurs while you try to do more than one operation on same property like it applies to collections in Java.ex:for (String s : set) {set.add("String");} ...
Read Answers (1) | Asked by : Suganthi


 Sponsored Links

 
Related Articles

Service Oriented Java Business Integration Review

Service Oriented Java Business Integration Review Introduction If you ve read through the texts which give you an introduction to SOA or Web Services you will often find them to be quite frustrating and the reason for this is because they spend too much time referencing business processes which are
 

Linux Thin Client Networks Design and Deployment Review

Linux Thin Client Networks Design and Deployment Review Introduction This book is written by David Richards a veteran Linux thin client network designer Designed for System Administrators Linux Thin Client Networks Design and Deployment goes over the concepts which are related to thin client network
 

Querying a DOM Document with XPath

Querying a DOM Document with XPath One way to access the DOM tree in a DOMDocument object is through an associated DOMXPath object Identifying a specifi c node or nodes within the DOM tree of a DOMDocument object with this approach involves use of appropriate XPath expressions passed to the DOMXPath
 

ODP.NET - OracleCommand Object

ODP NET More About the OracleCommand Object Till now we have seen OracleCommand working with OracleDataReader OracleCommand is not simply meant for OracleDataReader It has got a lot of functionality for itself Let us see few of the most commonly used features of OracleCommand in this section We will
 

SQA Implementation

SQA Implementation Developers and the SQA team create a development plan before they build an application The developers write following the SDLC plan while the SQA team writes the Software Quality Assurance Plan to ensure that the SDLC plan was executed If these documents by the developers and the
 

jQuery Table Row Finished Code

jQuery Table Row Finished Code The Finished Code Our second example page has demonstrated table row striping highlighting tooltips collapsing expanding and filtering Taken together the JavaScript code for this page is mosgoogle geshibot lang php" document ready function var highlighted
 

jQuery Interacting with Other Code

jQuery Interacting with Other Code We learned with our sorting and paging code that we can t treat the various features we write as islands The behaviors we build can interact in sometimes surprising ways; for this reason it is worth revisiting our earlier efforts to examine how they coexist with t
 

jQuery Three-color Alternating Pattern

Learning jQuery Three color Alternating Pattern There may be times when we want to apply more complex striping For example we can apply a pattern of three alternating row colors rather than just two To do so we first need to define another CSS rule for the third row We ll also reuse the odd and even
 

jQuery Completed sorting and paging code

Learning jQuery The Finished Code The completed sorting and paging code in its entirety follows mosgoogle geshibot lang php" fn alternateRowColors function tbody tr odd this removeClass even addClass odd ; tbody tr even this removeClass odd addClass even ; return this; ; document
 

How EDI work with XML

How EDI work with XML EDI and XML systems have been seen as the opportunity to create a holistic approach to data information exchange that can deliver and process simple durable and effective business transactions by electronic means To achieve this methods must be employed that are not only of val
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape