Search Results for: java 8
-
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 » -
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 » -
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 » -
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 » -
Maven
Create Java project with Maven Example
In this tutorial, we will show you an easy way to create a single Java project, using Apache Maven. Also,…
Read More » -
Beans
Spring 3 Java Config @Import Example
In this example we shall show you how to use Spring 3.2.3 Java Configuration, and specifically the @Import annotation. Using…
Read More » -
Matcher
Validate Date with Java Regular Expression example
In this tutorial we are going to see how to validate date format with Java Regular Expressions.The basic policy about…
Read More » -
Matcher
Validate IP Address with Java Regular Expression example
With this example we shall show you how to validate the format of ip addresses using Java Regular Expression. The…
Read More » -
Matcher
Validate Password with Java Regular Expression example
In the previous tutorial on username validation we explained why input validation is important for your application’s security and data…
Read More » -
JDOM
Create XML File in Java using JDOM parser example
In this tutorial we are going to see how to create an XML File in Java using JDOM parser. If…
Read More »