InterviewSolution
Saved Bookmarks
| 1. |
Why Is Reflection Slower? |
|
Answer» Because it has to inspect the metadata in the Bytecode instead of just USING pre compiled addresses and CONSTANTS. Because it has to inspect the metadata in the Bytecode instead of just using pre compiled addresses and constants. |
|