I think I understand know classloading hierarchies go (the JVM looks in the parent hierarchy first)
So I would like to create a ClassLoader, or use an existing library, that is ...
Is it possible to compile java class child of parent class, that
invoking method of child class does't requre load of parent class.
May be compile or run with some advanced option.
For example
I ...