If str is empty, then isEmpty() method returns true. Java Program public class Example { public static void main(String[] args) { String str = ""; boolean ...
確定! 回上一頁