Hi,
I haven't done Java in a while (been using C++ a bit) and I've forgotten how to easily use multiple java files for a project and call methods in the different files.
In C++ I'm obviously just including header files with method stubs in to get access to them in the relevant file, how do I do a similar thing in Java?
Thanks,
aaazza
I haven't done Java in a while (been using C++ a bit) and I've forgotten how to easily use multiple java files for a project and call methods in the different files.
In C++ I'm obviously just including header files with method stubs in to get access to them in the relevant file, how do I do a similar thing in Java?
Thanks,
aaazza