Hai
i am working in java development team, i want to calulate the number of string occurs in the input. that is
String s = ("java","mysql" ); in this java is one string and mysql is one string in the output it will give 2.
i am tried but i will count the character not a string.
so please help me as soon as possible.
Thanks
Sang
i am working in java development team, i want to calulate the number of string occurs in the input. that is
String s = ("java","mysql" ); in this java is one string and mysql is one string in the output it will give 2.
i am tried but i will count the character not a string.
so please help me as soon as possible.
Thanks
Sang
Comment