Programming Tutorials

Comment on Tutorial - String Array in Java By Dorris



Comment Added by : kartikeya

Comment Added at : 2012-12-22 10:19:41

Comment on Tutorial : String Array in Java By Dorris
Dear sir,
Can you provide me for a simple program in which three strings are accepted-a main string, a find string and a replace string. The program should find all the substrings in the main string similar to find string and put the replace string instead of it. Also it must printout the number of times the find string appears in the main string.

Thank You.


View Tutorial