why java does not contain pointers?
Answer Posted / p.asifbasha
java has a multi program can access simple allocation of memory ..so no need of use in to the pointres ..but in case we can use the pointers in java the allocation of memory is more needed
thank u????
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you implement tree mirroring in java?
What is package private scope in java?
What is the purpose of garbage collection in java? When is it used?
Difference between this() and super() ?
What is difference between this and super keyword?
What is a final class in java?
What methodology can be utilized to link to a database?
What are advantages of using Java?s layout managers than windowing systems?
What is a layout manager and what are different types of layout managers available in java awt?
When to use runnable interface vs thread class in java?
What is get () in java?
Is string an object?
What are bind parameters?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
Why heap memory is called heap?