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 »
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 »
In previous post we’ve described how to get simple good looking information about your data. Now let’s try to find out how we can measure time required by db operation (stored procedure, sql query etc) to perform. Read the rest of this entry »