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 are the methods of object class ?
What is the differences between c++ and java? Explain
How to make a non daemon thread as daemon?
What is difference between next () and nextline () in java?
Write code of any action class?
What is the program compilation process?
How to display all the prime numbers between 1 and 100
What are the types of strings?
What is the difference between an inner class and a sub-class?
How do you sort a string in java?
Why is string class considered immutable?
What is set and get methods in java?
Can I override protected method in java?
Is .net better than java?
Why can't we make a class private in java?