對於課外練習涉及異常處理,我需要製作一個OutOfMemoryError異常,所以我可以寫一個try-catch和抓住它:什麼是OutOfMemoryError異常,以及如何生成它?
"13.10 (OutOfMemoryError) Write a program that causes the JVM to throw an OutOfMemoryError and catches and handles this error."
我搜索了Java API和上找不到的OutOfMemoryError任何異常在例外列表中。什麼是OutOfMemoryError異常,以及如何爲我的任務生成一個異常?
當您搜索到OOME時,您發現了什麼? – 2012-03-22 00:10:00
提示:異常/錯誤的名稱是什麼? – Mysticial 2012-03-22 00:10:27
如何在OutOfMemoryError上找到Java API信息:轉到[API文檔](http://docs.oracle.com/javase/6/docs/api/index.html),按Ctrl + F,鍵入OutOfMemoryError,然後按回車。 – 2012-03-22 00:10:43