What are types of Exception in java

Types of Exception      Read about Error and Exception before reading this post to get better understanding There are two types of Ex...
Read More

What is Exception in Java

What is Exception in java? Before  reading this post kindly read about Error in Java. Situation which we are able to handle inside th...
Read More

What is Error in Java

what is Error in Java? Error is a situation where the application will not be able to run and it will lead to the termination. Since E...
Read More

What is Serialization and De serialization in java

  What is Serialization and De-serialization in java?          Serialization is process of converting the Object to Byte stream. Only ser...
Read More

What is the difference between Abstract class and Interface

Difference between Abstract classes and interface                        I would suggest you to read Abstract class and Interface topic...
Read More