โ Back to Miscellaneous
Question 206
Catch NullPointerException
Catch NullPointerException
The variablenameis set tonull. Complete the program by adding atry-catchblock. Inside the try, callname.toUpperCase()and print the result. If aNullPointerExceptionis thrown, print"Null reference caught".
Expected Output:
Null reference caught
Topics:
Miscellaneous
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.