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 are implicit objects in java?
What is map java?
Is it possible to override the main method?
do I need to use synchronized on setvalue(int)? : Java thread
What is the difference between scrollbar and scrollpane?
What is == mean?
What is a boolean flag in java?
What is the difference between inner class and nested class?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is nan in java?
Explain the difference between abstract class and interface in java?
How do you identify independent and dependent variables?
What is string pooling concept?
What does exp mean in math?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?