Category: Java

Java, pure object oriented programming language. It has three different editions: Java 2 Standard Edition (J2SE), Java 2 Enterprise Edition (J2EE) and Java 2 Micro Edition (J2ME)

Design Patterns

Some useful definitions of design patterns are: Desingn patterns constitute a set of rules describing how to accomplish certain tasks in the realm of software development. Design patterns focus more on reuse of recurring architectural design themes while frameworks focus on detailed design and implementation. A pattern addresses a recurring design problem that arises in …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/java-design-patterns/