what is check p object in java



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

Post New Answer

More Core Java Interview Questions

Is a class an object?

0 Answers  


What is the basic of java?

0 Answers  


Difference between string, stringbuffer and stringbuilder?

0 Answers  


Explain access specifiers?

0 Answers   Thomson Reuters, Virtusa,


explain how many oops concepts available in java with realtime scenarios?

1 Answers   TCS,


What is a java lambda expression?

0 Answers  


Explain Stream Tokenizer?

4 Answers  


what is the default value of a variable char?(If not assigned)

4 Answers  


Difference between a MenuItem and a CheckboxMenuItem?

1 Answers  


what is polymorphism?

4 Answers  


What are the supported platforms by java programming language?

0 Answers  


int a=1; float b=1.0; System.out.println(a==b);

13 Answers   CTS, Honeywell, McAfee,


Categories