Define winning?

Winning Definition? Attainment of object, or of wealth, fame, position, victory, accomplishments, achievement, prosperity, attainment, fruition. Success in project depends upon who is measuring: The customer : The purchaser of…

Java – Design Patterns

Common Design Patterns The Java API and applications are built using many common design patterns and conventions. Some of them represent original GoF patterns. Singleton Factory Builder Adapter Facade Proxy…

Java – The basics

The three principals of OOP are as follows: Encapsulation is the simplest of all. It means that data of the object and operations on the data are packaged together in…