Java package: Difference between revisions

Content deleted Content added
m Fixed a link to the JDBC page
mNo edit summary
Line 37:
The official Java Tutorial advises against this:
 
:Generally speaking, an unnamed package is only for small or temporary applications or when you are just beginning the development process. Otherwise, classes and interfaces belong in named packages. <ref>[https://docs.oracle.com/javase/tutorial/java/package/packages.html]</ref>
 
==Package access protection==