Hi Friends, can you explain instance in java. In general
instance means "occurence of something" . In java what is
instance.
Answers were Sorted based on User's Feedback
Answer / ravikiran
in java object creation for a class is known as instance
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / naveen kumar
Instance is a run time entity used to access members of a
class, that's why we call Object is an Instance of a class.
| Is This Answer Correct ? | 1 Yes | 0 No |
How many days will it take to learn java?
What is ‘has a’’ relationship in java?
Why do we need autoboxing in java?
Which class is extended by all other classes?
How many types of string data types are there?
How do you create a sop?
What is the java reflection api? Why it’s so important to have?
What is public/private protected in java?
What is the use of list in java?
Can I use % with real numbers?
Is empty string in java?
Difference between Map & Hashmap