Category: Java

coffee cup breaking exception handling in java 7

Exception Handling in Java | Java Error Types

Sometimes certain events or problems might get triggered during the execution of a program. We need to tackle them with exception handling in Java. If we handle our exceptions then proceed, the proper flow...

2

Java Interface | How to Use Interface in Java

We are gonna learn what Java Interface means and how to use interface in Java in this chapter. I dedicate this whole leaflet to learning everything about interfaces. Interfaces are more or less based...

what is abstraction in java coffee hidden by ice cream 3

Abstraction in Java | Abstract Java Example

Abstraction is a concept of hiding stuff from the world so as to not overwhelm people with minute details. Abstraction in Java is fairly similar. Hell, our body is one form of abstraction where...

java if else statement which coffee to drink 1

Java If Else Statement | Java Switch Case Example

While learning new things, I realized I haven’t covered up a lot of basic stuff. For instance, Java If Else Statement. Now that I think of it, I haven’t touched the rest of the...