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 |
Give reasons supporting that string is immutable.
What is singleton pattern?
What happens when the main() isn't declared as static?
what is diff bet iterator and enumeration?
What is the difference between sleep and wait in java?
Difference between JVM and JRE?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Explain about varargs in java?
What is parameter example?
What are advantages of exception handling in java?
Why we need to serialize the object
11 Answers CTS, Geometric Software,
Why java does not supports multiple inheritance?