How to call methods

java method is divided into (1) static method directly using the class name. Method name call
(2) by a common method to create an object and then use the new object. Method Invocation

Guess you like

Origin www.cnblogs.com/q2546/p/11412891.html