Stas's blog

Monday, December 5, 2011

The magic of conditional operator

›
Can you guess what is going to be the output of the following piece of code? Object obj = false ? new Long(1) : new Integer(1); Sys...
2 comments:
Wednesday, November 9, 2011

Java file flushing performance

›
There are many situations when it is required to ensure that data was written to the disk and write is also required to be fast. The most m...
1 comment:
Wednesday, July 20, 2011

The most complete list of -XX options for Java JVM

›
There was a wonderful page with that list ( http://www.md.pp.ru/~eu/jdk6options.html ), but it seems it's gone now and not available an...
12 comments:
Tuesday, July 12, 2011

Integration of TeamCity 6.x and Fitnesse

›
Team city is wonderful CI and build management platform, which combines great capabilities with really simple configuration. I seriously lov...
3 comments:
Sunday, July 3, 2011

EhCache replication: RMI vs JGroups.

›
Recently, I was working on one product which required replicated caching. Caching provider was already decided - EhCache, and the remained w...
9 comments:
Saturday, January 15, 2011

jakarta regexp vs java.util.regex

›
Have never really been thinking about which library to use for regular expression, it always was java.util.regex by default. But I found th...
2 comments:
Tuesday, November 30, 2010

All you need to know about QuickSort

›
It would be true to say that Quicksort is one of the most popular sorting algorithms. You can find it implemented on the most of the languag...
3 comments:
Monday, October 11, 2010

JCaptcha, SecureRandom & performance

›
Personally, I'm not big fan of JCaptcha library and recently was lucky enough to find another problem there. The problem is related most...
2 comments:
Tuesday, August 17, 2010

ConcurrentHashMap revealed

›
Java 1.5 introduced some new cool concurrency stuff which is located in java.util.concurrent package. There are lots of good things there i...
13 comments:
Tuesday, May 25, 2010

Some hints for writing secure code

›
Security and data protection are becoming now more and more popular topics. We are coming into the world where too much information is trans...
‹
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.