Recent posts

Java - Package - the class Management

6 minute read

Now we are aware of how to write the classes and are able to write simple programs in java, but what if our programs start to grow big, then how are going to...

Java - Inheritance deep dive

4 minute read

Ohh! Its inheritance again….. its freaking me out. I don’t understand what it is? We see this kind of reaction every time we someone is first told about, Let...

Java - Type Casting

4 minute read

The type casting comprises of two subtypes, a) Primitive type casting and b) Object Reference Type casting.