footの見出し

コードのサンプル

public class ConcatSample1 {
  static public void main(String args[]){
    String str1 = "文字列1";
    String str2 = "文字列2";
    String str = str1 + str2;
    System.out.println("+演算子による文字列の連結 -> " + str);
  }
}

results matching ""

    No results matching ""