Skip to content

Class Modifier

memorylorry edited this page May 13, 2018 · 2 revisions

A class Declaration may include some modifiers:

  ClassModifier:
    (one of)
    Annotaition public protected private
    abstract static final strictfp

Class Default Modifier

Which stages do not Pertain

Here an wrong static class case: Why is it wrong?

HOME

  1. Type, Value, Variable
  1. Class
  2. Interface
  3. Modifier
  4. Arrays
  5. Exception
  6. Threads and Locks

Clone this wiki locally