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 binary search in java?
Is it possible to write a regular expression to check if string is a number?
Name some classes present in java.util.regex package.
What is a boolean output?
Why is flag used in java?
Can an interface extend a class?
What are filterstreams?
Explain what access modifiers can be used for variables?
Why do we need singleton class?
Define canvas?
Explain what access modifiers can be used for methods?
What is the use of default method in interface in java? Explain
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What are the new features in java 8?
What is substring 1 in java?