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 different types of states exist for a thread?
Is set thread safe java?
What is t in generics in java?
What are user defined exceptions?
What is the static method?
What are the two types of exceptions in java? Which are the differences between them?
Can two objects have same hashcode?
Is java a utf 8 string?
What is local variable and instance variable?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
How to create a base64 decoder in java8?
what is abstract class in Java?
What is stringbuffer in java?
How many types of memory areas are allocated by JVM in java?
What does main method?