Answer Posted / sachin atre
Pointer is nothing but the variable which stores the address(memory location) of another variable.
Pointers are not supported in Java but they are applicable in c,c++ languages.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is difference between Heap and Stack Memory?
Can we synchronize static methods in java?
Why do we need strings in java?
What is a function easy definition?
Where are variables stored?
What is the public field modifier?
Explain the importance of finalize() method.
Can a main method be overloaded?
What are the main differences between the java platform and other platforms?
Can a class be a super class and a sub-class at the same time? Give example.
Can an interface be defined inside a class?
What are accessor methods in java?
Can a lock be acquired on a class in java programming?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
What is data and its types?