Eriq Adams posted Learn Singleton Pattern | 3 days ago
May you have heard "Singleton Pattern" if you learn OO in java. So at this time I will share you how to apply Singleton Pattern on our java code. Before we apply it to our code I wanna explain about Singleton Pattern. Singleton pattern is OO pattern which useful when we need to create just one...