why java does not contain pointers?
Answer Posted / varma
java programming environment does not support pointers in
other words java language is free from pointers concept.So
that we can get less application development time and less
application execution time.because of magic of byte code.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is entry set in java?
What if constructor is protected in java?
What is variable and rules of variable?
How do you compare values in java?
What is java basic concept?
What is difference between array and arraylist in java?
How do you override a method in java?
Why is java multithreaded?
What state is a thread in when it is executing?
What is an inner class in java?
What is empty list in java?
What is hash table in java?
Is it possible to compare various strings with the help of == operator?
Which is better 64 bit or 32 bit?
What happens when a thread cannot acquire a lock on an object in java programming?