Core Java
-
Google Guava Libraries Essentials
I want code to be simple-n-short, on-point and easy to read. Unnecessary complexity distract and obscure understanding of what is…
Read More » -
Manipulating Files in Java 7
The following is a modified snippet from a draft of The Well-Grounded Java Developer. It gives you a quick taster…
Read More » -
Do it short but do it right !
Writing concise, elegant and clear code has always been a difficult task for developers. Not only will your colleagues be…
Read More » -
GC with Automatic Resource Management in Java 7
This post provides a brief overview of a new feature introduced in Java 7 called Automatic Resource Management or ARM.…
Read More » -
Java Naming Conventions
I wanted to write this short post to help certain people who are having a hard time memorizing the Java…
Read More » -
Eclipse: How attach Java source
In Eclipse, when you press Ctrl button and click on any Class names, the IDE will take you to the…
Read More » -
Double your money again
Overview A long time ago I wrote an article on using double for money. However, it is still a common…
Read More » -
The Perfect Singleton
From time to time I met Java programmers that are not really sure how they should implement Singleton pattern properly.…
Read More » -
C++ or Java, which is faster for high frequency trading?
Overview There are conflicting views as to what is the best solution for high frequency trading. Part of the problem…
Read More »