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
Explain about fail fast iterators in java?
what methods would you overwrite in java.lang.object class?
Why is singleton not thread safe?
What is difference between call by value and call by reference?
What is the purpose of nested class in java?
What is struts in java?
If a class is declared without any access modifiers, where can the class be accessed?
What is sortedmap interface?
What is core java called?
What is appletviewer?
What’s the difference between constructors and other methods?
Differentiate between a constructor and a method? Can we mark constructors final?
What is multithreading in java?
What is the difference between stream and buffer?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?