2020-3-7学习地图

什么才是java的基础知识?→https://zhuanlan.zhihu.com/p/28615617(知乎)

http://www.imooc.com/article/28364(慕课网手记)(和上一个链接一样的内容)

OOM——Out Of Mempory——内存用完了——java.lang.OutOfMemoryError——Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector——当JVM因为没有足够的内存来为对象分配空间并且垃圾回收器也已经没有空间可回收时,就会抛出这个error(注:非exception,因为这个问题已经严重到不足以被应用处理)。

什么是OOM,为什么会OOM及一些解决方法 → https://blog.csdn.net/qq_42447950/article/details/81435080

https://www.baidu.com/s?wd=oom(百度搜索OOM)

猜你喜欢

转载自www.cnblogs.com/LinQingYang/p/12433699.html