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 |
Is string an object?
Why we used vector class?
What is adapter in java?
how its run?
What does string intern() method do?
How Vector class is synchronized,How to build user defined class as synchronized?
Explain the differences between abstraction and encapsulation?
Why cant we define System.out.println() inside a class directly?
Which of the following classes will have more memory allocated?
what is deadlock? : Java thread
What are parsing rules?
What are local variables?