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
What is the purpose of the runtime class in java programming?
Is char * a string?
Define how does a try statement determine which catch clause should be used to handle an exception?
What is cr keyboard?
What methods are used to get and set the text label displayed by a button object?
How much is a java license?
What are parsers? Dom vs sax parser.
Can we use a default constructor of a class even if an explicit constructor is defined?
What are the differences between include directive and include action?
When do we use hashset over treeset?
What is the type of lambda expression?
What is the purpose of nested class in java?
How do you compare characters in java?
what is the difference between process and thread? : Java thread
Does substring start with 0?