Why doesn't Java have pointers?

Asked by Last Modified  

3 Answers

Learn Java

Follow 1
Answer

Please enter your answer

C language Faculty (online Classes )

pointers may access illegal memory and since all demerits of C++ are avoided in java, Hence Java doesn't have pointers.
Comments

I am online Quran teacher 7 years

Java was designed without explicit pointers for several reasons: 1. **Simplicity:** Java was intended to be a simple, high-level language that abstracted away the complexity of memory management. Pointers introduce complexity, such as the risk of memory leaks and pointer arithmetic errors, which Java...
read more
Java was designed without explicit pointers for several reasons: 1. **Simplicity:** Java was intended to be a simple, high-level language that abstracted away the complexity of memory management. Pointers introduce complexity, such as the risk of memory leaks and pointer arithmetic errors, which Java sought to avoid. 2. **Memory Safety:** By eliminating direct pointer manipulation, Java reduces the risk of security vulnerabilities like buffer overflows and dangling pointers, making it more secure. 3. **Platform Independence:** Java's goal of platform independence is better achieved without pointers. Pointers are inherently tied to the underlying hardware architecture, which could hinder Java's "write once, run anywhere" philosophy. Instead of pointers, Java uses references, which are similar but more restricted. References provide a level of indirection that allows Java to manage memory automatically through garbage collection, simplifying memory management for developers. read less
Comments

All Subjects & C.Sci Tutor

Java is platform independent. So if we use pointers the address of the variable varies in different machines. Thus using pointers becomes invalid and provides different result in different machine. Also java provides security without the use of pointers.
Comments

View 1 more Answers

Related Questions

Is JAVA training only for technical students or a non-technical student also may join?
Any Body can Learn Programming Language.It All depends upon the learning of basics and all.Basics actually makes the thing different.
Vikrant
0 0
6
Write a programme to replace the string without using replace command? This is my string. ..... s is replaced by th output is Thith ith my thtring
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package logic; ...
Mithun
How to stop session hijacking programmatically ?
HTTP is a stateless protocol. In order to track users, web applications rely on server side sessions. Two basic ways to link clients(usually browsers) to sessions are through URL rewriting and HTTP cookie....
Mnaohar S
What should I do after learning Java core?
After mastering Java core, consider expanding your skills by exploring more advanced Java topics such as: Object-Oriented Programming (OOP): Deepen your understanding of OOP principles and design patterns. Java...
Kumarnaik
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Difference Of Inheritance In C++ And Java
In Java , multiple inheritance is not applicable directly but we can implement the concept by using the interfaces. In c++ and Java, the common types of inheritances are: Single Multi level Hybrid Hierarchical

Puzzle Game coding
import java.awt.BorderLayout;import java.awt.Color;import java.awt.Dimension;import java.awt.Font;import java.awt.FontMetrics;import java.awt.Graphics;import java.awt.Graphics2D;import java.awt.RenderingHints;import...

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...


Spring - Dependency Injection (DI)
Spring - Dependency Injection (DI) DI is a framework which provides loose coupling in code. Here loose coupling means no hard coding of the object. Instead of hard coding, we will be injecting these object...

Recommended Articles

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you