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 the default value of byte datatype in java?
What is a pointer and does java support pointers?
What is jit compiler ?
Why array is used in java?
Difference between string s= new string (); and string s = "abv";?
Explain the scope of a variable.
What are the main differences between notify and notifyAll in Java?
What is the epoch date?
What does a boolean method return?
what is the purpose of the runtime class?
what is meant by HQL?
Can an interface extend another interface?
Highest level event class of the event-delegation model?
What all access modifiers are allowed for top class ?
What is map and hashmap in java?