In Java, class names generally should be nouns, in title case with the first letter of each separate word capitalized . and interface names generally should be adjectives, in title case with the first letter of each separate word capitalized.
In Java, class names generally should be nouns, in title case with the first letter of each separate word capitalized . and interface names generally should be adjectives, in title case with the first letter of each separate word capitalized.