Adding new functionality to an application using on-the-fly class generation

Posted by James P. on Stack Overflow See other posts from Stack Overflow or by James P.
Published on 2010-04-08T20:05:53Z Indexed on 2010/04/13 10:43 UTC
Read the original article Hit count: 336

Filed under:
|
|
|

Is it possible to generate subclasses at runtime or while an application is running? If so, how is this achieved and what precautions should be taken to prevent a rogue object wreaking havoc inside an application?

Edit: Title modified from "Class generation on the fly".

© Stack Overflow or respective owner

Related posts about java

Related posts about generation