Hi Guest

MobileUser

1 HomePage 1 Jobs 1 WalkIn 1Articles  

Cat Exam

Start a Blog

Develop Your Skill

Develop Your Skill



Develop Your Skill

 :) Latest Topic
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
leftlink
 leftlink
 :) Hot Jobs
 
 :) Latest Articles


  

 


What do you think why pointer are not used in Java?
Question Posted on 14 Feb 2020

Home >> Java >> Core Java >> What do you think why pointer are not used in Java?




What do you think why pointer are not used in Java?
Below are the three main points why Java not using pointers
(1)As we know pointer are unsafe and also increase the compleity of program so one reason why Java not use pointer.

(2)Java is also know for its simplicity in the code and pointer handling is little complex.

(3)As pointer relates to memory allocation on another hand Java used JVM which will handle memory allocation so there is no need of that.
0
0

Helmet Star


 
 Input Your Comments Or suggestions(If Any)
 Name
 Email(optional)
 Comments


Other Important Questions
what is an object
what is OOAD
difference between c++ and java
what is a transient variable in java
difference between C and Java on pointers