CJCoding With Joseph
15per day

Catch NullPointerException

The variable name is set to null. Complete the program by adding a try-catch block. Inside the try, call name.toUpperCase() and print the result. If a NullPointerException is 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.