Search results

  1. Z

    I want to use a method in a different class in java, help?

    I have a class with a method that requires the use of a method in a different file. here's the situation: GoldbachChecker.java uses the 'isPrime' method from PrimalityChecker.java they are both in the same folder. what is the import statement?
Back
Top