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

What are the benefits of online training / e-training when compared to traditional contact training?
time saving and comfortable class time schedule..
Sadhu Sreenivasa Rao
1.What is Model Driven Interceptors is used for? 2.what is the purpose of using Action support??
Using ActionSupport class, we can implement Custom validation which validates at the server-side. We can write server side validation logic in validate() method.
Monisha
What is a singleton class and when do you use it?
Singleton class have a private constructor. while we can't create an object from outside of class, we can create an object only once.
Prakash
Who can provide good Java training with real-time but not institute?
If you reside in pune then i can provide real time programming in java . So you will get to know industry based java programming
Sridevi
0 0
6

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

Ask a Question

Related Lessons


Features Of Java
There is given many features of Java. They are also known as java buzzwords. The Java Features given below are simple and easy to understand. Simple. Object-Oriented. Portable. Platform independent. Secured. Robust. Architecture...

Be prepared to get trained--init
Before starting the training,students must be mentally prepared for acceptance of new knowledge. Students must attend training with open minded forgetting the position they are working.This will help...
S

Smartnub Softsolutions

0 0
0

Example of DependsOnMethod in TestNG
public class dependsonM { @Test public void login() { System.out.println("login"); } @Test (dependsOnMethods = {"login"}) public void email() { //Intentionally I am failing this testcase Assert.assertTrue(false);...
S

Sarthak C.

0 0
0

Mastering in Java Programming
Core java topics What is Java?Execution Model Of JavaBytecodeHow to Get Java?A First Java ProgramCompiling and Interpreting ApplicationsThe JDK Directory StructureUsing Eclipse Data types and Variables What...

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