Correct Answer: new Inner(); //At line 5
Explanation:
Option B gives error - non-static variable cannot be referenced from a static context.
Option C package ot does not exist.
Option D gives error - non-static variable cannot be referenced from a static context.
Discussion & Comments