• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Devaka Cooray
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • Paul Clapham
Sheriffs:
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
Bartenders:

Which design pattern is not implemented in Java language?

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

In an interview I was asked that out of 23 design patterns, which one is not implemented in Java Language?

Any one have idea?

Regards,
Amit
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, what were the 23 design patterns?

You can program anything in Java, including any design pattern that you can come up with. The question is a bit strange.
 
author
Posts: 23965
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my opinion, the best thing about design patterns is the common language -- by documenting common patterns, and giving them names, it help developers easily communicate. For example, when I say iterate, I am referring the iterate design pattern, and many developers knows exactly (or mostly) what I am talking about.

<rant>

In my opinion, the worst thing about design patterns, as with all things, elitism. While I don't mind the many new patterns being documented, I really hate the usage of the names, with the expectation that you are expected to know it. I really hate the expectation that you are expected to know a subtle detail, about something that is supposed to describe a "pattern".

Many of these "design pattern experts" may know their patterns, but they seem to have forgotten about what makes them popular.

</rant>

Henry
 
Bring me the box labeled "thinking cap" ... and then read this tiny ad:
Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders
https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing
reply
    Bookmark Topic Watch Topic
  • New Topic