Does Java use pointers?

By DIVYANSHU GAHLOT in 9 Sep 2023 | 07:57 pm
DIVYANSHU GAHLOT

DIVYANSHU GAHLOT

Student
Posts: 11
Likes: 2
Member since: 9 Sep 2023

Does Java use pointers?

9 Sep 2023 | 07:57 pm
0 Likes
Prince Chauhan

Prince Chauhan

Student
Posts: 68
Likes: 2
Member since: 6 Sep 2023

Java uses pointers, but it abstracts and manages them behind the scenes, so developers don't have to deal with low-level memory management like in some other programming languages such as C or C++. In Java, pointers are not exposed to the programmer in the same way they are in languages that offer direct memory manipulation.

11 Sep 2023 | 03:59 pm
0 Likes

Report

Please describe about the report short and clearly.