A few years ago, when NoSQL was trending, like every other team, our team was also enthusiastic about the new and exciting stuff; we were planning to change the database in one of the applications… (more…)
Read more »
I’m the Chief Architect of the Java Platform Group
at Oracle. (more)... (more…)
Read more »
Java.util package provides a EnumMap class which is a specialized Map implementation for use with enum type keys. All of the keys in an enum map must come from a single enum type that is specified, explicitly or implicitly, when the map is created. Enum m... (more…)
Read more »
Java loops are used to repeat the execution of a statement or block of statements while the provided condition returns true. (more…)
Read more »