No Image

Java – Exception propagation

February 24, 2017 SJ 0

In this article, we will discuss exception propagation in detail with example 1. Exception propagation: Whenever exception is raised from method and if it isn’t Read More

No Image

Java – throw v/s throws

February 22, 2017 SJ 0

In this article, we will discuss difference between throw and throws clause in detail with few examples Already discussed throw clause & throws clause in Read More

1 2