Cite This Page
Bibliographic details for Singleton Design Pattern
- Page name: Singleton Design Pattern
- Author: JholJhapata contributors
- Publisher: JholJhapata, .
- Date of last revision: 9 December 2019 17:49 UTC
- Date retrieved: 28 June 2026 22:15 UTC
- Permanent URL: https://jholjhapata.com/index.php?title=Singleton_Design_Pattern&oldid=92
- Page Version ID: 92
Citation styles for Singleton Design Pattern
APA style
Singleton Design Pattern. (2019, December 9). JholJhapata, . Retrieved 22:15, June 28, 2026 from https://jholjhapata.com/index.php?title=Singleton_Design_Pattern&oldid=92.
MLA style
"Singleton Design Pattern." JholJhapata, . 9 Dec 2019, 17:49 UTC. 28 Jun 2026, 22:15 <https://jholjhapata.com/index.php?title=Singleton_Design_Pattern&oldid=92>.
MHRA style
JholJhapata contributors, 'Singleton Design Pattern', JholJhapata, , 9 December 2019, 17:49 UTC, <https://jholjhapata.com/index.php?title=Singleton_Design_Pattern&oldid=92> [accessed 28 June 2026]
Chicago style
JholJhapata contributors, "Singleton Design Pattern," JholJhapata, , https://jholjhapata.com/index.php?title=Singleton_Design_Pattern&oldid=92 (accessed June 28, 2026).
CBE/CSE style
JholJhapata contributors. Singleton Design Pattern [Internet]. JholJhapata, ; 2019 Dec 9, 17:49 UTC [cited 2026 Jun 28]. Available from: https://jholjhapata.com/index.php?title=Singleton_Design_Pattern&oldid=92.
Bluebook style
Singleton Design Pattern, https://jholjhapata.com/index.php?title=Singleton_Design_Pattern&oldid=92 (last visited June 28, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "JholJhapata",
title = "Singleton Design Pattern --- JholJhapata{,} ",
year = "2019",
url = "https://jholjhapata.com/index.php?title=Singleton_Design_Pattern&oldid=92",
note = "[Online; accessed 28-June-2026]"
}
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 = "JholJhapata",
title = "Singleton Design Pattern --- JholJhapata{,} ",
year = "2019",
url = "\url{https://jholjhapata.com/index.php?title=Singleton_Design_Pattern&oldid=92}",
note = "[Online; accessed 28-June-2026]"
}