91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

Java的isnull方法有哪些常見用法

小樊
83
2024-08-15 12:54:34
欄目: 編程語言

  1. 判斷對象是否為null:
Object obj = null;
if (Objects.isNull(obj)) {
    System.out.println("對象為空");
}
  1. 判斷字符串是否為null或空字符串:
String str = null;
if (str == null || str.isEmpty()) {
    System.out.println("字符串為空");
}
  1. 判斷集合是否為null或空集合:
List<String> list = null;
if (list == null || list.isEmpty()) {
    System.out.println("集合為空");
}
  1. 判斷數組是否為null或空數組:
String[] array = null;
if (array == null || array.length == 0) {
    System.out.println("數組為空");
}

0
石狮市| 开封县| 抚松县| 德阳市| 新丰县| 临颍县| 正定县| 扶绥县| 江源县| 邓州市| 五峰| 都昌县| 米林县| 天镇县| 北海市| 乌拉特前旗| 界首市| 大理市| 航空| 苏尼特左旗| 淮阳县| 巴中市| 临高县| 察雅县| 吉木乃县| 囊谦县| 蒲江县| 通渭县| 彭州市| 富阳市| 江口县| 五河县| 勃利县| 景东| 新野县| 军事| 丹巴县| 庄河市| 武城县| 葵青区| 建平县|