To call a non-static method from a static method in Java, you need to create an instance of the class and call the non-static method on that instance.
確定! 回上一頁