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 java dot?
What are different types of access modifiers?
What is lambda in java?
What are possible key words, we can use to declare a class?
What is the use of default method in interface in java?
Different types of modifiers?
What is the maximum size of byte array in java?
How TreeMap sorts the objects inside it?? suppose if have include one employee object and one car object. On what basis it will sort?
Can you have two constructors in java?
What is a method vs function?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
How do you get length in java?