JDK7 The Future of The Java Platform

I am very like to play with JDK 7 and with their new features. Not only because this is the future of the Java SE and JDK, but because new features is possible to extend the capabilities of your applications with less coding.

Now I’ll try to figure out some of new features and small changes in JDK 7 and Java SE 7.

Continue reading the full story…

MySQL in batch mode

How to measure total batch running time for several SQL’s, not only for MySQL:

Continue reading the full story…

The coffee drink with Java

If you drink a coffee and don’t using Java then you probably a looser =)

Don’t take it too serious, it’s just a joke.

But the code listed below, is absolutely easily describing this idea…

public void checkLanguage(Language lang) throws Exception {
	if(lang.getName().equals("Java")) {
		System.out.println("Warning! Hot!");
	} else {
		throw new LooserException();
	}
}

The social coding with WordPress & Github is so exciting and a new features is rapidly available.

Enjoy!