Basic Java Syntax - Java Programming

– Java class must have “package subdirname;” at the top • But Eclipse puts this in automatically when you right-click on a package and use New Class • Naming conventions – Package names are in all lower case – Some organizations use highly nested names • com.companyname.projectname.projectcomponent • Creating packages in Eclipse ................
................