Can java classes be outsourced? I have e.g. a huge Database java with over 1000 lines and much methods to do database stuff such as insert, update etc. I want move similar methods to another file to get a clear file.
PHP can do that with "include(filename)". How can java do that?