I was wondering about the possibility to send Java Code to a servlet that the servlet will take and execute it?
For example I would send a chunk of code as String
, which will be added and executed. Can anybody think of a way of how I would approach this?