Java – Read/write Properties from/to .properties file

In the post, we show how to read/write Properties object from/to Properties File (.properties file).

Continue reading “Java – Read/write Properties from/to .properties file”

How to work with Java Custom Exception

Java Exception has 2 types: CheckedException & UnCheckedException as discussion in Understand Java Exception & The effect to Java Program (Single & Multi Thread). The Java Custom Exception tutorial will introduce how to customize them by example.
Related Article:
How to handle Java Exception

Continue reading “How to work with Java Custom Exception”

Understand Java Exception & The effect to Java Program (Single & Multi Thread)

In the tutorial, JavaSampleApproach will introduce Java Exception and its effect to program’s execution in Single & Multi Thread Program.
Related post:
Java 7 – try-with-resources Statement
How to handle Java Exception

Continue reading “Understand Java Exception & The effect to Java Program (Single & Multi Thread)”

Java Regular Expression to mask information from a Text

This tutorial shows you how to mask information from a Text using Regular expression.

Related articles:
Java Regular Expression Overview – Syntax
Java Regular Expression to extract data from a Text

Continue reading “Java Regular Expression to mask information from a Text”