zoukankan      html  css  js  c++  java
  • java中最常见的几种运行时异常,你get了吗?

    NullPointerException  (空指针异常)

    ClassCastException  (类型强制转换异常)

    NumberFormatException  (数字格式异常)

    NegativeArraySizeException  (数组大小为负数异常)

    SecurityException  (安全异常)

    BufferOverFlowException  (缓冲区溢出异常)

    IndexOutofBoundsException  (下标越界异常)

  • 相关阅读:
    053-49
    053-3
    053-204
    053-491
    053-205
    053-57
    053-149
    053-47
    053-150
    回答2
  • 原文地址:https://www.cnblogs.com/java-263/p/10164044.html
Copyright © 2011-2022 走看看