Remember that.. The dot ( . ) is used to access the object’s attributes and methods. To call a method in Java, write the method name followed by a set of parentheses (), followed by a semicolon ( ; ) .
How do you call an object method in Java?
Remember that.. The dot ( . ) is used to access the object’s attributes and methods. To call a method in Java, write the method name followed by a set of parentheses (), followed by a semicolon ( ; ) .