Hi. I'm new to java. I just wanted to know how do I
- Convert String to Int. Also, I would like the conversion to produce and error if the data type is wrongly assign
- Also, I would like the conversion to produce an error if the data type is wrongly assign. (Example: Assigning 'A' into integer, will be a disaster)
So, how do i overcome this problem? Thank you.