Refletion API
Hope that everybody having problems with the reflection API will get some help from this tutorial. This is what the sun java tutorials say about this API. Reflection is commonly used by programs which require the ability to examine or modify the runtime behavior of applications running in the Java virtual machine. This is a relatively advanced feature and should be used only by developers who have a strong grasp of the fundamentals of the language. With that caveat in mind, reflection is a powerful technique and can enable applications to perform operations which would otherwise be impossible. you can get the full sun tutorial Here. So sun says " This is a relatively advanced feature and should be used only by developers who have a strong grasp of the fundamentals of the language" so i don't know why they added this to CSE syllabus in the third lecture?????. What to do now we must learn it so i thought to make a simple tutorial so everybody can understand. Let's start...