Class generation on the fly

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/08 20:13 UTC
Read the original article Hit count: 400

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about generation