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’s the difference between callable and runnable?
What is byte code and why is it important to java’s use for internet programming?
how are methods defined?
Can inner class final?
Why we use protected in java?
How do you achieve singleton?
Explain the difference between jvm and jre?
What is the major drawback of internal iteration over external iteration?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What are the differences between abstract class and interface?
Explain what do you mean by functional overloading in java?
What is the scope or life time of instance variables?
What is hashset in java?
Which collection allows duplicate values in java?
What is oop in java?