why java does not contain pointers?
Answer Posted / bharathi
Java has no pointers but it has reference. A reference is an
abstract identifier for an object and it tags every object
with a name in the jvm so that programmer can refer to it.
And it is completely hidden from the programmer in any case.
Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is an object's lock and which object's have locks in java programming?
what do you mean by classloader?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is byte value?
What are the types of methods in java?
What is the purpose of object oriented programming?
What is the difference between variable declaration and variable initialization?
What is charat ()?
What is treeset in java collection?
Why lambda expression is used in java?
How does map works in java?
What is keyword auto for?
Give an example of call be reference significance.
What is operator overloading. Is it is supported in java?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls