Question
What is reflection?

Answers

All .NET compilers produce metadata about the types defined in the modules they produce. This metadata is packaged along with the module (modules in turn are packaged together in assemblies), and can be accessed by a mechanism called reflection. The System.Reflection namespace contains classes that can be used to interrogate the types for a module/assembly.
Using reflection to access .NET metadata is very similar to using ITypeLib/ITypeInfo to access type library data in COM, and it is used for similar purposes - e.g. determining data type sizes for marshaling data across context/process/machine boundaries.
Reflection can also be used to dynamically invoke methods , or even create types dynamically at run-time.   Your Comment




More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q Is the keyword ‘FUNCTIONAL’ a User Defined Function (UDF) ?
  • Q What is a large tent called when used to house a circus?
  • Q How much of your education did you earn?
  • Q Explain Keep method in Tempdata in ASP.Net MVC
  • Q What is a syncfileread operation?
  • Q Who was the founder of ‘Arya Samaj’?
  • Q Find out the length of your name using appropriate function.
  • Q Tell about regional parties and their significance.
  • Q Write Short Essay on Nanocomposite
  • Q For effective time management what's the best frequency for checking your email inbox: constantly, every hour, two or three times a day?
  • Q What is the middleware?