Update javase-intro.adoc

Performed these updates:

Changed `StringBuffer` to `StringBuilder` since the `StringBuffer` has said, since JDK5:

>The `StringBuilder` class should generally be used in preference to this one, as it supports all of the same operations but it is faster, as it performs no synchronization.

-SC
1 file changed