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 the final class modifier?
What's the difference between comparison done by equals method and == operator?
Difference between error and exception
what is the purpose of "virtual"?
What language is an assembler written in?
Is main is a keyword?
What is boolean data type in java?
Explain the difference between intermediate and terminal operations in java8?
What is the maximum size of list in java?
What are meta-annotations?
What is an exception in java?
When does an object becomes eligible for garbage collection in java?
What is the range of a character variable?
Explain the difference between throw and throws in java?
Can a lock be acquired on a class in java programming?