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
When is the finalize() called? What is the purpose of finalization?
What is classes in java?
What’s the difference between unit, integration and functional testing?
What is the difference between a checked and an unchecked exception?
When throw keyword is used?
What is stream api in java8?
How many boolean functions are there?
Can we have return statement in finally clause? What will happen?
What is the reflection?
How to declare objects of a class ?
Write code to implement bubble sort in java?
Explain the different forms of polymorphism?
What are the types of casting?
What do you mean by mnemonics?
When to use runnable interface vs thread class in java?