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 map and hashmap in java?
How many types of methods are there in java?
What are the difference between composition and inheritance in java?
What do you mean by stack?
What’s the difference between applets and standalone program?
Where pragma is used?
Is arraylist sorted in java?
How do you invoke a method?
What environment variables are required to be set on a machine in order to run Java programs?
How many bytes is a char in java?
What are recursive functions? Give some examples?
What is the static field modifier?
What is an immutable class? How to create an immutable class?
Is assembly language a low level language?
What is the difference between jfc & wfc?