cooljockey
Programmer
if i have a string
String s = "System.out.println(\"hello world\"
"
is there any way to execute this line so that i get output as
'Hello world'
this function is available in VB as eval.
please somebody tell me how to do this???
String s = "System.out.println(\"hello world\"
is there any way to execute this line so that i get output as
'Hello world'
this function is available in VB as eval.
please somebody tell me how to do this???