I am a beginner in this java community so sorry if this question is so naive. I was wondering how to call a method form another class like how a println method of class System is called by using an object out.
i.e. how to use like
Class.object.method();
like in
System.out.println();