-
IOUtils
org.apache.commons.io.IOUtils Example
In this example we are going to elaborate the use of the IOUtils class in the package: ‘org.apache.commons.io’, as the…
Read More » -
FileAlterationMonitor
org.apache.commons.io.monitor.FileAlterationMonitor Example
In this example we shall show you how to make use of FileAlterationMonitor class, FileAlterationMonitor comes from the FileMonitor API of…
Read More » -
Events
Android Physical Keys Example
Every Android device is provided with physical keys. In the wide variety of Android mobile devices, we may meet devices…
Read More » -
RecursiveTask
java.util.concurrent.RecursiveTask Example
In this example we shall show you how to make use of Java RecursiveTask class, RecursiveTask provides a convenient way to…
Read More » -
AtomicReference
Java AtomicMarkableReference Example
In this example we shall make use of AtomicMarkableReference class of Java. It is another class under the java.util.concurrent.atomic package,…
Read More » -
AsynchronousChannelGroup
java.nio.channels.AsynchronousChannelGroup Example
This article introduces the AsynchronousChannelGroup and its basic usage. This class is available since Java SE 7 as part of…
Read More » -
Core Java
Android Facebook Login Example
Is there anyone of you, Android developers, that doesn’t want to increase downloads of his app?! Many times, a considerable…
Read More » -
EnumMap
Java.util.EnumMap Example
In this example we will see how and when to use Java.util.EnumMap. EnumMap is used when we need to have…
Read More » -
Exchanger
java.util.concurrent.Exchanger Example
In this example, we shall be demonstrating how we can use the java.util.concurrent.Exchanger Class in Java. The Exchanger Class provides…
Read More » -
Android
Android Barcode and Qr Scanner Example
Every Android mobile device, has the ability to read QR codes as well as scanning barcodes to bring a lot…
Read More »