-
exceptions
java.util.concurrentmodificationexception – How to handle Concurrent Modification Exception
The java.util.concurrentmodificationexception is a RuntimeException that may be thrown by methods that have detected concurrent modification of an object when…
Read More » -
exceptions
java.lang.reflect.invocationtargetexception – How to handle Invocation Target Exception
Reflection is commonly used by programs which require the ability to examine or modify the runtime behavior of applications running…
Read More » -
animation
Android Animation Example
Android give us the opportunity to add animations in our applications in order to achieve a better sense of the…
Read More » -
ArrayList
Java ArrayList Example – How to use ArrayList (with video)
In this example, we will show how to use ArrayList in Java. The class java.util.ArrayList provides a resizable array, which…
Read More » -
rest
RESTful Java Client With java.net.URL
In this example we are going to see how you can use java.net package utilities, to create RESTful clients that…
Read More » -
exceptions
java.lang.arrayindexoutofboundsexception – How to handle Array Index Out Of Bounds Exception
In this post, we feature a comprehensive Example on How to handle Array Index Out Of Bounds Exception. Java supports…
Read More » -
installation
Java offline installer – How to install Java in Linux
In this tutorial we will show you how to install the latest Java version in a Linux machine, using the…
Read More » -
AlertDialog
Android Alert Dialog Example
In this post, we feature a comprehensive Android Alert Dialog Example. Sometimes in our applications we want to alert the…
Read More » -
installation
Java offline installer – How to install Java in Windows
In this tutorial we will show you how to install the latest Java version in Windows, using the Java offline…
Read More » -
PhoneStateListener
Android Make Phone Call Example
Although Android provides Built-in applications for phone calls, in some occasions we may need to make a phone call through our…
Read More »