Z Zmik New member Oct 31, 2010 #1 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?
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?