|
-
April 6th, 1999, 11:57 PM
#1
Alternative to Function Pointers in Java
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|