what is check p object in java
Answer / pradip mishra(b-tech it)
Lets start with an example. You must have contacts of many
people in your mobile. You can use a contact to call a
person. The person is actually somewhere else, but the
contact helps you to call them. You can think of a
Reference variable to be a contact and Object to be the
actual person you are calling. Basically a reference
variable just points to an actual object. For example if we
have a class,
| Is This Answer Correct ? | 1 Yes | 2 No |
What is currentthread()?
Why object class is super class for every class in java?
what is web.xml?and its use?
What is instance means in java?
Is string a class in java?
Can we create our own daemon thread?
What is Servlet?
What does I ++ mean?
What is final keyword in java?
What is use of valueof () in java?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Is finalize() similar to a destructor?