Which of the following are correct?
Options
- An import statement, if defined, must always be the first non-comment statement of the file.
- Private members are accessible to all classes in the same package.
- An abstract class can be declared as final.
- Local variables cannot be declared as static
CORRECT ANSWER : Local variables cannot be declared as static
Write your comments