I my program I am taking the input from user from a HTML form in JSP page. The value retrieved is in the String format. Now I want to convert into int value.
Tell me How to convert a String to an int?
Thanks
Post Answer
Preview: