-
os
Android Bundle Example
As we have seen in our previous example Android StartActivityForResult Example, in Android, the Intent describes the activity to be…
Read More » -
BufferedOutputStream
Java BufferedOutputStream Example
In this example we will discuss about BufferedOutputStream class and its usage. The class implements a buffered output stream. By…
Read More » -
bind
JAXB JSON Example
In this example we shall show you how to make use of JAXB-JSON. JAXB is a java architecture for XML…
Read More » -
junit
JUnit @Before and @BeforeClass Example
In this example we are going to explain the difference between the @Before and @BeforeClass annotations of JUnit testing framework,…
Read More » -
Activity
Android startActivityForResult Example
In Android, the startActivity(Intent) method is used to start a new activity, which will be placed at the top of…
Read More » -
BufferedWriter
Java BufferedWriter Example
In this example, we will discuss the BufferedWriter class in Java and its usage. Buffered writer java writes text to…
Read More » -
junit
JUnit RunWith Example
In this example we are going to explain how to run simultaneously more than one test cases using JUnit testing…
Read More » -
List
Java List to Array Example
In this example, we will see how to convert a List (java.util.List) in Java into an array. java.util.List has two…
Read More » -
FileWriter
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
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 »