Java Development
-
Java FileWriter Example
In this example, we will discuss the Java FileWriter class and how to use it to write streams of characters.…
Read More » -
log4j – Additivity Property Example
In this post, we are going to discuss about log4j additivity and how you configure them using both log4j.properties and…
Read More » -
java.util.concurrent.RejectedExecutionException – How to solve RejectedExecutionException
In this example we are going to talk about java.util.concurrent.RejectedExecutionException. When using an Executor to run your threads, it might…
Read More » -
Java JDialog example
This is a tutorial of how to create dialog windows, using the JDialog class of the javax.swing package. The Swing…
Read More » -
How to Install NetBeans IDE 8.0 in Ubuntu
In this example we shall show you how to install NetBeans IDE 8.0 which was finally released on March 18, 2014,…
Read More » -
Java List Contains Method Example
In this example we will discuss the java.util.List.contains method and see how to use it. The method signature in the…
Read More » -
Java equals method – .equals Java Example
In this example, we will discuss the Java .equals method. This is one of the methods that all objects have…
Read More » -
java.lang.VerifyError – How to solve VerifyError
In this tutorial we will discuss about the VerifyError in Java. This error indicates that the verifier, included in the…
Read More » -
Java Array to List Example
In this example I will show you how to convert an array into a java.util.List. We will use the java.util.Arrays class…
Read More » -
Java 8 Base64 Encoding Example
This article is about encoding Strings using Java. Until now, this was only possible by using external libraries, since Java…
Read More »