-
exceptions
java.io.NotSerializableException – How to solve Not Serializable Exception
In this tutorial we will discuss about NotSerializableException in Java. The exception is thrown when an instance of a class…
Read More » -
exceptions
java.lang.NoClassDefFoundError – How to solve No Class Def Found Error
In this tutorial we will discuss How to solve No Class Def Found Error (NoClassDefFoundError). This error is thrown when…
Read More » -
exceptions
java.lang.ClassCastException – How to solve ClassCastException
In this tutorial, we will the classcastexception. This exception is used to indicate that the application’s code has attempted to…
Read More » -
exceptions
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 » -
exceptions
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 » -
exceptions
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 » -
exceptions
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 » -
installation
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 » -
Core Java
Online Java Compiler – What options are there
In this tutorial, we will discuss what is an online Java compiler, that offers the ability to develop programs online,…
Read More » -
Java Basics
java.lang.nosuchmethoderror – How to avoid
In this tutorial we will discuss about Java’s NoSuchMethodError and how to deal with it. The NoSuchMethodError is a sub-class…
Read More »