Java: Check String is an Enum Constant

Following is how you can check if a string is an Enum constant.This is often needed if you get User input as a string and want to call a method that requires an enum.I post this here as I don’t want to search the web for it, as there you often get a stackoverflow answer which is not as performant as the code below. Now I can just grab it from my own blog.

Read More

JAVA MON AMOUR: When IT just sucks

My friend Pierluigi, a very nice italian guy, recently made a small blog post on his website about my work. So i thought I return the favor and mention him on my blog as well.

Read More