[Solved] How to make a string in to code [duplicate]
[ad_1] I assume, that you want to create a String object with some Java statements and execute the content as if it was a method. No, it is not possible, because that would imply, that java was an interpreted programming language. Which is not the case. You could merge the line with some sort of … Read more