Tutorials about java

How HTML attribute for event handlers are working under the hood

HTML attribute for event handlers seems like magic. In this article, we will understand their semantics

Make Your Regex Clearer

Regular expressions do not need to be cryptic. we will see several techniques to improve the readability of regular expressions and make them more understandable by humans.

Changing the process name of Java program in windows

You decide you want to kill a misbehaved Java programs. However, In Windows Task Manager you see several java.exe processes. Which one is the the program you want to kill ? Let's see how to solve this issue