find out which class invoked the constructor
i wrote a class named DAOBase and i am creating object of the same in several other classes. So is there any way to know which class has invoked the constructor of DAOBase.
i want to print out the name of the class that invoked the constructor of DAOBase at the time of constructor invocation...
Is there any way?
Please Help...

