Java Basics
-
Static class Java Example
In this example, we will discuss the purpose of a static class in Java. First of all, let’s give a…
Read More » -
Java string to long Example
Long class forms the primitive type long, which can represent an integer number of 32 bits (2^32). A very common…
Read More » -
java.lang.ClassNotFoundException – How to solve Class Not Found Exception (with video)
In this tutorial, we will discuss the java.lang.classnotfoundexception – ClassNotFoundException. This exception is thrown when an application tries to load…
Read More » -
java.io.ObjectStreamException – How to solve Object Stream Exception
In this tutorial we will discuss about ObjectStreamException. This exception is defined as the superclass of all exceptions specific to…
Read More » -
String to Double Java Example
In this article, we will show you how to convert string to double in java. String to Double conversion in…
Read More » -
Try Catch Java Example
In this example, we will show how to use the try catch Java exception handler. The exception handling in Java is a…
Read More » -
java.lang.IllegalArgumentException – How to solve Illegal Argument Exception
In this tutorial, we will discuss how to solve the java.lang.illegalargumentexception – IllegalArgumentException in Java. This exception is thrown in…
Read More » -
java.io.FileNotFoundException – How to solve File Not Found Exception (with video)
In this tutorial, we will discuss how to solve the java.io.FileNotFoundException – FileNotFoundException in Java. This exception is thrown during…
Read More » -
Install Java on Ubuntu Tutorial
In this tutorial, we will show you how to install the latest version of Java in Ubuntu 12.04 or later.…
Read More » -
2D Array Java Example
In this post, we feature a comprehensive 2D Array Java Example. Java support one dimensional, two dimensional and generally multidimensional…
Read More »