zoukankan
html css js c++ java
什么是Error
Error是程序无法处理的错误,表示运行应用程序中比较严重的问题。大多数错误与代码执行的操作无关,而表示代码运行时JVM出现的问题。这些问题是不可检查的,因为它们在应用程序的控制和处理能力之外,而且绝大多数是程序运行时不允许出现的情况,比如:OutOfMemoryError和StackOverflowError异常。
在Java中可以把异常理解为是一种能提供程序健壮性的机制,它能够让你在编写代码时注意这些问题。
欢迎批评指正,提出问题,谢谢!
查看全文
相关阅读:
线段树
2016.9.4
使用CSS代码修改博客模板
爬虫
PHP初学[DAY2]
2016.8.23
一个自动设置游戏房间的脚本
可逆矩阵生成
#2284. 接水果(fruit)
#3762. 有趣的数(number)
原文地址:https://www.cnblogs.com/xxeleanor/p/14406358.html
最新文章
CCF_201503-1_图像旋转
[nowcoder5671D]Data structure
[nowcoder5669J]Jumping on the Graph
[nowcoder5668J]Operating on the Tree
[nowcoder5668I]Sorting the Array
[nowcoder5669A]Ancient Distance
[hdu6761]Minimun Index
[nowcoder5669H]Harder Gcd Problem
[loj2479]制胡窜
[nowcoder5667K]Keyboard Free
热门文章
[atARC085F]NRE
[nowcoder5667H]Happy Triangle
[nowcoder5667G]Greater and Greater
[nowcoder5666D]Quadratic Form
[nowcoder5666B]Infinite Tree
[loj3302]信号传递
[loj2494]寻宝游戏
[loj3043]线段树
[noi1760]SAM
Visual Studio蛋疼问题解决(1)
Copyright © 2011-2022 走看看