---
title: "What is a pointer and does Java support pointers?"  
description: "What is a pointer and does Java support pointers?"  
author: "Anonymous User"  
published: 2015-01-14  
updated: 2020-09-16  
canonical: https://www.mindstick.com/interview/2263/what-is-a-pointer-and-does-java-support-pointers  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is a pointer and does Java support pointers?

Pointer is a reference handle to a memory location. Improper handling of pointers leads to memory leaks and reliability issues hence Java doesn't support the usage of pointers.

## Answers

### Answer by Anonymous User

Pointer is a reference handle to a memory location. Improper handling of pointers leads to memory leaks and reliability issues hence Java doesn't support the usage of pointers.


---

Original Source: https://www.mindstick.com/interview/2263/what-is-a-pointer-and-does-java-support-pointers

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
