Course prerequisiteOfThisCourse; Professor facultyAdvisor;Naming Conventions
Package names - lowercase.for.all.components Class and Interface names - CaptializedWithInternalWordsCaptialized Method names - firstWordLowercaseButInternalWordsCapitalized() Variable names - firstWordLowercaseButInternalWordsCaptialized Constants - UPPER_CASE_WITH_UNDERSCORES
Runtime.getRuntime().gc();