I saw this question in one of my question papers. Whether the question is valid?
I'm playing around with Java's Reflection. I have an abstract class Base with a constructor.
Base
abstract class Base { public Base( String foo ) { ...