Java
-
Does Immutability really means Thread Safety?
I have often read articles telling “If an object is immutable, it is thread safe”. Actually, I have never found…
Read More » -
MapReduce: Working Through Data-Intensive Text Processing
It has been a while since I last posted, as I’ve been busy with some of the classes offered by…
Read More » -
Test Driven Traps, part 2
The Story of a Unit in Unit Tests In the previous part of this article, you could see some bad,…
Read More » -
Pure Java JavaFX 2.0 Menus
In recent posts on JavaFX, I have focused on using JavaFX 2.0’s new Java APIs without use of the JavaFX…
Read More » -
Useful Ant build tags
Questions: How to do following tasks in ant file? Make zip file. Run command. Copy files to remote machine. Run…
Read More » -
Checked and unchecked exceptions in Java
Java has two types of exceptions – checked and unchecked. In short – checked are meant for cases when the…
Read More » -
The crystal ball illusion
I have noticed that people sometimes avoid doing thorough testing. This may sound as bogus to some, but hear me…
Read More » -
Guava Files: Java File Management
Both Groovy and Java SE 7 provide improvements for file management in Java as I discussed in posts here, here,…
Read More » -
NUMA architecture and Java
Time to deploy your application, looking forward to procure hardware that suits best to the load requirements. Boxes with 40…
Read More »