Savita
April 6th, 1999, 11:57 PM
We are working on a repository based system. We have stored function names in a database table.
These functions are nothing but class files.
Depending upon user selection, function name will be retrieved from the table. We need to execute this function (service),
but we are getting just a String which contains the function name. In C++ we can make use of Function pointers for the same.
Is there any means to do it in Java?
Thanks.
These functions are nothing but class files.
Depending upon user selection, function name will be retrieved from the table. We need to execute this function (service),
but we are getting just a String which contains the function name. In C++ we can make use of Function pointers for the same.
Is there any means to do it in Java?
Thanks.