Answer Posted / mohit choudhary
POINTER IS A SPECIAL VERIABLE WHICH CAN CONYTAIN A ADDRESS
OF THE ANOTHER VERIABLE IN THE CLASS
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is namespace in java?
Is string is a keyword in java?
What is the benefit of inner / nested classes ?
Explain the key functions of data binding?
Is java a compiler?
What is the default size of set in java?
How do you clear an arraylist in java?
Can inner class extend any class?
Where is the find and replace?
For class CFoo { }; what default methods will the compiler generate for you>?
What causes memory leaks in java?
Describe the term diamond problem.
worst case complexities of Quick sort and Merge sort.
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
Tell me how many ways are there to initialise an integer with a constant.