hi mkrage,
I checked your code and whats going wrong is :

1. you comparing the string variable value with abc variable value using ==,actually you should use .equals() method.
2. also you...