On 02.08.2016 15:19, Peter Levart wrote:
Hi,

Top-package (unnamed package) classes can not be referenced from classes
in named packages anyway, so they usually represent just reflective
entry points (such as Main class with main() method).

In Java that is you mean. The JVM does not care about the package as long as the class can be found, nor does a class loader. It is a java compiler restriction, an intended one, but only for those wanting to be a java compiler.

bye Jochen

Reply via email to