What Is Pointer?

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


Please Help Members By Posting Answers For Below Questions

What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

676


Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.

2362


How do you test a method for an exception using junit?

527


What is merge sort in java?

573


What is style and indentation?

540






Difference between start() and run() method of thread class?

582


How to obtain a performance profile of java program

538


What is difference between module and function?

533


What do you understand by the term singleton?

573


How to create an immutable class?

562


What is anti pattern in programming?

490


Explain about abstract classes in java?

576


Is null keyword in java?

520


What are multiple inheritances?

572


What is Java Annotations?

550