why java does not contain pointers?
Answer Posted / rameshreddy
pointer means it is something pointes to other things. or
creating memory allocation for all the things(
class,methods,variables). In java creating memory allocation
is possible through java jvm only.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is finalize method?
What is map java?
Can singleton class be inherited in java?
Which class is used by server applications to obtain a port and listen for client requests?
Difference between static synchronization vs. Instance synchronization?
How to sort an array in java without using sort method?
What are the 8 primitive data types in java?
What is identifier in java?
How to set the permissions to a file in java?
How to convert string to char and vice versa?
What is the basic concepts of OOPS?
What is the purpose of skeleton and stub?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Is there any difference between nested classes and inner classes?
What’s the difference between callable and runnable?