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!