In Java, I'm sure many of ye' here are familiar with the language, how would I do this?
void method(){
//some code
}
String name = "me";
so how would I do
name+"thod"();
? It's kinda self-explainitory, but hard to explain. Thanks.
Offline
I've actually been looking for an answer, kind've like "exec()" in python, am I right?
Offline
For me I can quite simply do System.out.println(hi + "thod"); assuming hi equals 'me'.
Offline
SJRCS_011 wrote:
There is so where i remember that is a JVM built in Java. Is that what you are looking for?
Ohhhh. Yeah, no ideas.
Offline
Maybe you could create an enum?
Offline
maxskywalker wrote:
SJRCS_011 wrote:
There is a JVM built in Java somewhere. Is that what you are looking for?
Ohhhh. Yeah, no ideas.
gr, i hate iDevice Auto-correct
Offline