With the db2 comand line tool: db2 ? SQL$FOO Replace $FOO with your sql ...
Welcome to the Blog
Welcome to the Blog
For measure working time on windows I wrote a little script. It calculates the ...
To check if a BigDecimal in Java is negative use the signum() method like ...
In Java with JUnit 3 public void testIndexOutOfBounds() { try { new ArrayList().get(0); fail("Should ...
Kernel uname -a Distributions Redhat: cat /etc/redhat-release Debian: cat /etc/debian_version SuSE: cat /etc/SuSE-release Ubuntu: ...