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 happens when a thread cannot acquire a lock on an object? : Java thread
Why do we need hashmap in java?
Do I need to import java.lang package any time? Why?
Can singleton class be serialized?
What is namespace in java?
what is a working thread? : Java thread
What is difference between path and classpath?
What best practices should you follow while writing multithreaded code in java?
Advantages of Inheritance in java.
What does the “static” keyword mean? Can you override private or static method in java?
I want to persist data of objects for later use. What is the best approach to do so?
What is final class?