What is reflection and disadvantages of reflection ?

Answers were Sorted based on User's Feedback



What is reflection and disadvantages of reflection ?..

Answer / maloy.adhikari

The Reflection is used for accessing assembly related
information like methods ,properties etc at run time
& it can be dynamically invoke methods using reflection.
reflection can use for latebinding of an object.

The major disadvantage of using the reflection class is its
slow speed.

Is This Answer Correct ?    4 Yes 2 No

What is reflection and disadvantages of reflection ?..

Answer / nagaraj

Reflection is the ability to read metadata at runtime. Using
reflection, it is possible to uncover the methods,
properties, and events of a type, and to invoke them
dynamically. Reflection also allows us to create new types
at runtime.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What are session cookies?

0 Answers  


A brief difference between Session and Cookies in asp.net

5 Answers   HCL, HCL Comnet,


what is strong name?

4 Answers   Fidelity, Infosys, Microsoft, Shriram Value Services,


What is the Intermittent crashing of application in production?

0 Answers   Microsoft,


What are HTTP handlers in ASP.NET?

0 Answers   MindCracker,






Explain asp.net page life cycle?

0 Answers  


what do you mean software devlopment ?

9 Answers   HCL,


Difference between ASP & ASP.NET Session State

1 Answers   Cognizant, Wipro,


Difference Between ReadOnly and Constant Variable in compile time and Run Time.

3 Answers   Phoenix Technologies, Quadrant,


What is mvc in asp.net interview question? : Asp.Net MVC

0 Answers  


How to handle error while project running on live

2 Answers  


How connect data into DropDownList from Aceess Table?

1 Answers   HCL, TCS,


Categories