Im wondering what kind of degrade in performance I should expect when I call methods using reflection (using an Method[]) compared to calling methods on objects the regular way.
Im not too familiar with how current (and old) JVM’s handle this kind of reflection, is there even a difference when I cache my to be called methods in this array upon initialisation of my app?
Thanks,
Thijs