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 the difference between Synchronizing mehtod & Synchronizing block?
what do you understand by the term string with respect to java?
How do you check if a string contains only numeric digits?
What is the longest unicode character?
What is r in java?
What are the different tags provided in jstl?
Can you inherit from an abstract class java?
What is the benefit of lambda expressions?
Differentiate between a class and an object.
How many types of java are there?
Is object a data type in java?
Can we sort a map in java?