متدهای کمکی جدید String (جاوا 11+) String str = " جاوا "; System.out.println(str.strip()); System.out.println("".isBlank()); System.out.println(str.repeat(3));
0
0
0
14
0