Hello everyone and my first question
Hi everyone,
I'm newbie so umm forgive me if i'm wrong or something. I would love to ask all of you a question which has been bothering me since I started to learn Java. When we call a method in Java , people refers it to as passing a message. What if a particular method is static method ?? As far as I know, passing a message means a communication between to objects so if we call a method of class then we ain't creating any instance of object. So , in that kind of case, can we still refer to it as passing a message ?? I know this question is stupid but I can't find the right term for this process. Have a nice day, everyone.