Alright I need a simple java program (Intro to Java) written ASAP. Paypal and reps are in order.
Question:
"Find the calss StringBuffer in java API, and find appropriate methods in the class to do the following:
Finding all matches of a substring in a given string, the substring and the string must be inputted from the keyboard.
The output should be the starting index numbers of the matches. For example, if the substring is "ab" and the string is "xabbnabz" then the output is 1 and 5, the indices of the two matches from left."
I KNOW we have some java monsters in our midsts.





Reply With Quote


