Method-local inner class - It can be marked abstract - Java
Q. Which is true about a method-local inner class? (Java)- Published on 26 Jun 15a. It must be marked final.
b. It can be marked abstract.
c. It can be marked public.
d. It can be marked static.
ANSWER: It can be marked abstract.
A class that is created inside a method is called local inner class in java.