-
String
Substring Java Example
In this post, we feature a comprehensive Substring Java Example. We will show how to use Java String substring() API method.…
Read More » -
junit
JUnit Parameterized Test Example
In this example we are going to see how to create a parameterized test in JUnit testing framework. 1. Create…
Read More » -
exceptions
java.lang.NullPointerException Example – How to handle Java Null Pointer Exception (with video)
In this post, we feature a comprehensive example of java.lang.NullPointerException – Java Null Pointer Exception. In Java, a special null value can…
Read More » -
location
Android Location Based Services Example
Android System gives the opportunity to determine the current geographical location and to build location-aware applications, without focusing on the…
Read More » -
SmsManager
Android Sending SMS Example
In some situations, we want to send sms messages from our own Android application. There are two different ways to…
Read More » -
junit
JUnit Exceptions Test Example
In this example we are going to see how to use @Test annotation along with its optional parameter expected in…
Read More » -
Email
Android Sending Email Example
To send an email from your application, you don’t have to implement an email client from the beginning, but you…
Read More » -
Maven
Troubleshooting: Maven – Tomcat deploys project web.xml to wrong folder in Eclipse
In this tutorial we will show you how to specify the correct deployment folder of the web.xml file of a…
Read More » -
junit
JUnit Time Test Example
In this example we are going to see how to use @Test annotation along with its optional parameter timeout in…
Read More » -
Maven
Troubleshooting: Maven – Strings in switch are not supported in source 1.5
In this tutorial we will show you how to deal with issues concerning the JDK version of a Maven based…
Read More »