why java does not contain pointers?
Answer Posted / siva athota
Java has no pointers but it has reference. A reference is an
abstract identifier for an object and it tags every
object.pointer leads to confusion for a programmer,pointer
crash the program easily..finally what i am saying that java
does not contain ponters
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which container method is used to cause a container to be laid out and redisplayed in java programming?
Define reflection.
When is finally block not called?
Can we create a constructor in abstract class?
How do you write a good declaration?
What is protected access modifier?
Are functions objects in java?
Can a list be null in java?
What is abstraction in java?
In Java list the methods that can be overridden?
What's a method in programming?
Why is stringbuffer faster than string?
What is final keyword in java?
Define how can we find the actual size of an object on the heap?
What is the class in java?