-
UnknownHostException
java.net.UnknownHostException – How to solve UnknownHostException
In this tutorial we are going to talk about java.net.UnknownHostException. This is a subclass of IOException, so it is a…
Read More » -
MalformedURLException
java.net.MalformedURLException – How to solve MalformedURLException
In this example we are going to talk about java.net.MalformedURLException. It is a subclass of IOException so it is a…
Read More » -
String
Java String to char Example
String to char conversion is a very simple procedure in Java. This process is useful when we want to use…
Read More » -
Locale
java.util.Locale Example
In this article we will discuss about the Locale class from java.util package. The Locale is used to make the…
Read More » -
NumberFormatException
java.lang.NumberFormatException – How to solve Java NumberFormatException
In this example we are going to talk about how to solve the java.lang.numberformatexception . NumberFormatException in java is discussed…
Read More » -
Core Java
Java for-each Loop Example
In this example we shall show you how to use the for-each loop. This new way of iteration was introduced…
Read More » -
IOException
java.io.IOException – How to solve Java IOException
In this article, we will explain how to solve the java.io.IOException. This exception is related to Input and Output operations…
Read More » -
LinkedList
LinkedList Java Example (with video)
In this article, we will use examples in order to understand Linked lists in Java. The Java LinkedList class can…
Read More » -
String
Java String to Float Example
float is a frequently used data type of 32-bit and it represents decimal numbers. The main difference from double is…
Read More » -
StringTokenizer
Java StringTokenizer Example
StringTokenizer class in Java is a class from java.util package. It allows us to break a string into tokens. Here,…
Read More »