The programmer's notes
Here I am sharing my ideas about design, programming techniques and tricks.
Thursday, July 11, 2013
Performance of checking computer clock
›
Very often we check computer clock using either System.currentTimeMillis() or System.nanoTime() . Often we call these methods to check how ...
5 comments:
Wednesday, January 9, 2013
Annotation based design patterns
›
Annotations introduced to Java 5.0 became a very well known and widely used language feature. There are more or less "standard" s...
18 comments:
Wednesday, October 17, 2012
Java tricky questions
›
Introduction There are a lot of articles that describe various java tricky questions. But IMHO most of that questions can be easily answer...
3 comments:
Thursday, April 19, 2012
Initiate current Spring profile from custom properties file
›
Recently released Spring 3.1 has a very useful new feature named profile . Shortly speaking we can now say that certain bean of group of bea...
‹
›
Home
View web version