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 meant by Java interpreter?
What are the different types of constructor?
Is main is a keyword?
what is the use of clone() in real time scenario?
Name the immediate superclass of the MenuComponent class?
What is nested top-level class?
Why main method is static in java?
What access modifiers can be used for class ?
What is the main functionality of Prepared Statement?
Explain the difference between string, stringbuffer and stringbuilder in java?
What is data type example?
which class is the wait() method defined in? : Java thread