Besonderhede van voorbeeld: -3058054542273222655

Metadata

Author: WikiMatrix

Data

English[en]
In Java, access to a null reference triggers a NullPointerException (NPE), which can be caught by error handling code, but the preferred practice is to ensure that such exceptions never occur.
Korean[ko]
Java에서, 널 참조에 대한 접근은 NullPointerException (NPE)을 초래하는데, 이것은 오류 처리 코드에 의해 잡힐 수 있지만 선호되는 것은 이러한 예외들이 절대 일어나지 않게 하는 것이다. .NET에서, 널 참조에 대한 접근은 NullReferenceException가 던져지는 결과를 초래한다.

History

Your action: