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 difference between an array and an array list?
What is port number in java?
What is the difference between comparison done by equals method and == operator?
What are keywords give examples?
Is boolean a data type in java?
What is the structure of java?
What is import java util arraylist?
What is getkey () in java?
What are different type of exceptions in java?
Why stringbuffer is faster than string?
What is pass by value?
What is java jit compilers?
Why do we use predicate in java?
What is printwriter in java?
What does i ++ mean in Java?