Java File Structure Question
Posted: Thu Oct 14, 2010 7:09 pm
				
				With all these interfaces and classes, do they all need to be in separate Java files?  Can my two interfaces be in one Java file?  I know the class containing the main method has to have a class name and file name that match, but what about other files?
James
			James