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 |
If you do not want your class to be inherited by any other class. What would you do?
How do you find the independent variable?
What is string in java with example?
How do you add an arraylist to an array in java?
What does int argc char * argv [] mean?
How do you use find and replace?
What are java methods?
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
What is garbage collector?
what is marker interface ? what is the necessity of it?
What is means by DLL file means ? What is the use of DLL file? What are the contents of DLL file?
What is data member in java?