Cite This Page
Bibliographic details for Null Pointer Exception
- Page name: Null Pointer Exception
- Author: NHRL contributors
- Publisher: NHRL.
- Date of last revision: 5 July 2023 15:31 UTC
- Date retrieved: 7 December 2025 07:37 UTC
- Permanent URL: https://wiki.nhrl.io/wiki/index.php?title=Null_Pointer_Exception&oldid=9436
- Page Version ID: 9436
Citation styles for Null Pointer Exception
APA style
Null Pointer Exception. (2023, July 5). NHRL. Retrieved 07:37, December 7, 2025 from https://wiki.nhrl.io/wiki/index.php?title=Null_Pointer_Exception&oldid=9436.
MLA style
"Null Pointer Exception." NHRL. 5 Jul 2023, 15:31 UTC. 7 Dec 2025, 07:37 <https://wiki.nhrl.io/wiki/index.php?title=Null_Pointer_Exception&oldid=9436>.
MHRA style
NHRL contributors, 'Null Pointer Exception', NHRL, 5 July 2023, 15:31 UTC, <https://wiki.nhrl.io/wiki/index.php?title=Null_Pointer_Exception&oldid=9436> [accessed 7 December 2025]
Chicago style
NHRL contributors, "Null Pointer Exception," NHRL, https://wiki.nhrl.io/wiki/index.php?title=Null_Pointer_Exception&oldid=9436 (accessed December 7, 2025).
CBE/CSE style
NHRL contributors. Null Pointer Exception [Internet]. NHRL; 2023 Jul 5, 15:31 UTC [cited 2025 Dec 7]. Available from: https://wiki.nhrl.io/wiki/index.php?title=Null_Pointer_Exception&oldid=9436.
Bluebook style
Null Pointer Exception, https://wiki.nhrl.io/wiki/index.php?title=Null_Pointer_Exception&oldid=9436 (last visited December 7, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "NHRL",
title = "Null Pointer Exception --- NHRL{,} ",
year = "2023",
url = "https://wiki.nhrl.io/wiki/index.php?title=Null_Pointer_Exception&oldid=9436",
note = "[Online; accessed 7-December-2025]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "NHRL",
title = "Null Pointer Exception --- NHRL{,} ",
year = "2023",
url = "\url{https://wiki.nhrl.io/wiki/index.php?title=Null_Pointer_Exception&oldid=9436}",
note = "[Online; accessed 7-December-2025]"
}