摘要:
之前这篇,说的不是太详细,今儿再来详细的说说:1.什么是 OutOfMemoryError: 官方引用:Thrown when a request for memory is made that can not be satisfied using the available platform resources. Such a request may be made by both the running application or by an internal function of the VM. 通俗的讲:就是在请求一块内存的时候,当前可用资源不够用来请求时抛出的一种错误。我们知道, 阅读全文