Questions tagged as 'stringbuffer'

8
answers

Recognize word repetitions in String

I have text within StringBuffer and I need to check and mark the words that appear more than once. At first I used a circular queue of 10 positions, because I'm interested only in words repeated in a "ray" of 10 words. It is worth noting...
asked by 06.02.2015 / 20:19
3
answers

Difference of StringBuffer.equals and String.equals in Java

The behavior of method equals of class StringBuffer of Java is different from equals of class String ? If yes, how would I overwrite it?     
asked by 06.11.2014 / 05:18