Engineering Full Stack Apps with Java and JavaScript
Which of these statements concerning the use of modifiers are true?
Select 1 option
A. By default (i.e. no modifier) the member is only accessible to classes in the same package and subclasses of the class.
B. You cannot specify visibility of local variables.
C. Local variable always have default accessibility.
D. Local variables can be declared as private.
E. Local variables can only be declared as public.