Thanks for responding patiently. Problem is solved.
May i know how to compare two strings for equality.
like,
"inter" = "inter" ( true )
"black"="white " ( false )
"inter system"="inter sy" ( false )
"inter systems"="inter systems" ( true )
As you can see from above that it should be an exact match. Is there any method to do so with String.
- Log in to post comments