📜  什么是运行时错误 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:05.941000             🧑  作者: Mango

代码示例1
A runtime error occurs when a program is syntactically correct but contains an issue that is only detected during program execution. These issues cannot be caught at compile-time by the Java compiler and are only detected by the Java Virtual Machine (JVM) when the application is running.