I need a simple java program in which they are two strings taken one as the master string and the other string has the words which will be search from the master string. but this should be done using substring method I also need to find out If a word is been found in the master string then what is it loaction at the character.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Nasreddine, Amy, martin clayton, Clive, BalusC Nov 19 '11 at 2:56
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Sounds like you want
For future reference, please look at the documentation before asking a question. This is a very important skill you'll need if you want to become a programmer. |
|||||
|