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 type of statement in jdbc connection?
What is difference between local variable and global variable?
Do we have pointers in java?
What is mean by UML? what is the use? where we are using?
Why is singleton instance static?
What is the difference between comparison done by equals method and == operator?
What is the default initialized value of String type variable?
What is the difference between Static and final?
State some situations where exceptions may arise in java?
how to create daemon thread in java?
What is unicode datatype?
How many inner classes can a class have?