Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

define a function at runtime...

807588Feb 7 2009 — edited Feb 7 2009
is it possible to define a function at runtime and call it...?
i.e i have a program thats makes a call to some function xxx() in a class Abc
but there is no definition for xxx() yet..hence during runtime the user types in the code and compiles it and then can he call the function xxx() from my program....? if so how..

Thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 7 2009
Added on Feb 7 2009
14 comments
328 views