Today I’m going to talk about factory method pattern and it’s very interesting appliance. Read the rest of this entry »
Today I’m going to talk about factory method pattern and it’s very interesting appliance. Read the rest of this entry »
Everybody use associative arrays. They provide mapping between key and value. In this article I’ll talk about using complex keys in java.util.HashMap<K,V> Read the rest of this entry »