In this tutorial I will talk about the append() method. The append method simply appends the value of the parameter to the value of the current StringBuilder object. There are more than a dozen overloaded versions of the append() method that will allow you to pass in quite a few data types. The most popular version of the append() method is the one with a String parameter. That version of the append() method works like this:
StringBuilder sb = new StringBuilder("Apples ");
sb.append("& Oranges");
System.out.println(sb); // Apples & Oranges
Nesta página do site você pode assistir ao vídeo on-line Learn Java Programming - StringBuilder .append() Method Tutorial duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Daniel Ross 30 Setembro 2015, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 5,232 vezes e gostou 33 espectadores. Boa visualização!