eval equialiser in java programming
- by karthi-27
Hi all,
I am new bee to java .I am having a string like the following,
str="4*5";
Now I have to get the result as 20 by using the str. I know in some other languages eval function will do this.I want to know the method in java.