Which Of The Following Is Not A Java Features

A) Dynamic

B) Architecture Neutral

C) Use of pointers

D) Object-oriented

Which Of The Following Is Not A Java Feature

Answer. Option C is the Correct Answer

C) Use of pointers

Java does not use explicit pointers like some other programming languages (e.g., C and C++). Java uses references to objects, but it abstracts away the concept of pointers, making memory management safer and more automated. This is one of the key features of Java, as it helps prevent common programming errors related to manual memory management and pointer manipulation.

Hridhya Manoj

Hello, I’m Hridhya Manoj. I’m passionate about technology and its ever-evolving landscape. With a deep love for writing and a curious mind, I enjoy translating complex concepts into understandable, engaging content. Let’s explore the world of tech together

Leave a Comment