Which of the following are true about local inner classes?
They are not associated with any instance of an outer class
They may access final initialized variables and parameters that are in the scope of the statement block in which the class is declared
They may be declared public, protected or private
They may not implement an interface