Creating Objects in Java (part 1)

In this post, we discuss about creating objects in Java. Wait a minute. Why I want to talk about this? Well, creating objects in Java is “easy”. Java is an Object-oriented programming language, creating objects is the simplest thing of it.

When the thing looks easy, sometimes, it might drive you lost.

Continue reading “Creating Objects in Java (part 1)”