I\'m now focusing on a project requiring insight of Java byte code.
With the help of bcel, I can now complete most of the work. One point that I\'m now not clear is
The byte code is generated after the compilation. So, it only assumes the method to be called based upon the reference variable, as the object is not yet created.