Below code belong to C# programming
Example:
int a=0; string b=Convert.Tostring(a);
I want to convert a string say "98989" into an integer without using any library functions in java. Give fastest way to do it and explain why your method is best.
How to convert c # inline queries into stored procedure written in transact sql?