Classesstart with a capital letter.variables&methodsstart with a lowercase & use camelCaseconstantsare completely capitalized & you use underscore between words (HI_BYE)- package names start with lowercase letter
package p1;- " " typically encase a string, whereas ' ' typically encases characters.