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 8 data types in java?
Can a class have multiple superclasses?
Can we assign null to double in java?
What are the different collection views provided by maps?
What are the differences between Java 1.0 and Java 2.0?
What is skeleton and stub? What is the purpose of those?
Explain the inheritance?
What does int argc char * argv [] mean?
What is externalizable?
Define max and min heap, also the search time of heap.
why Interface used?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is return data type?
What are the differences between abstract class and interface?
What carriage return means?