Is it possible to have several classes in a single java file in Eclipse? Or must I really have each one in a different file?
Is it just something imposed by Eclipse, or does the Java compiler have something against having everything in the same file?