4
String.format içinde bir parametre yeniden kullanılsın mı?
String hello = "Hello"; String.format("%s %s %s %s %s %s", hello, hello, hello, hello, hello, hello); hello hello hello hello hello hello Merhaba değişkeninin format yöntemine yapılan çağrıda birden çok kez tekrarlanması gerekiyor mu yoksa tüm %sjetonlara uygulanacak argümanı bir kez belirtmenize izin veren bir steno versiyonu var mı?