Hi Friends, can you explain instance in java. In general
instance means "occurence of something" . In java what is
instance.
Answer Posted / 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 |
Post New Answer View All Answers
What happens if we don’t define serial version uid?
What is the generic function?
What is an empty string in css?
Is string thread safe in java?
What is the benefit of inner classes in java?
What are the three parts of a lambda expression?
How do you remove duplicates from an array in java?
What is the difference between exception and error in java?
What are the various access specifiers in java?
Write a java program to print fibonacci series?
What is the arraylist in java?
What are different access specifiers in java? Explain
How do you sort words in java?
What is the collections api in java programming?
Difference between comparator and comparable in java?