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
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What does system.gc() and runtime.gc() methods do?
Does substring create a new object?
How are multiple inheritances done in Java?
What is valid keyword in java?
What is prefix of a string?
Can a abstract class be declared final?
How do I enable java in safari?
How do you invoke a method?
What is a boolean flag in java?
What is fundamental datatype?
What are alternatives to java serialization?
How do you clear a method in java?
Is java hashset ordered?
What is the public method modifier?