What is Java Reflection.?2. For what are triggers used in a database.

Showing Answers 1 - 18 of 18 Answers

Nikhil

  • Feb 26th, 2007
 

http://en.wikipedia.org/wiki/Database_Trigger

Please read for a detailed explanation

  Was this answer useful?  Yes

manas3951

  • Sep 4th, 2007
 

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.

vivek gidmare

  • Sep 15th, 2011
 

triggers are used to fire some procedure as soon as some task gets executed

  Was this answer useful?  Yes

Rahul sharma

  • Oct 11th, 2011
 

Reflection is API to find out the detail of the class at run time....

  Was this answer useful?  Yes

Using Reflection API, We can know the runtime beheaviour of class.

Using this we can identify the methods,constractors and return types.

Note: If we know class name we can create object using new operator and will call methods. If we dont know the className then we will go for reflection API.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions