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 |
What does substring mean?
Can I learn java without any programming experience?
How do you change an int to a string?
What is the difference between procedural and object-oriented programs?
explain the concept of inheritance with an example?
What is a wrapper method?
how to print output with out using sop statements
why interaction with server using javascript is difficult
What is a predicate method?
Is boolean a wrapper class in java?
A class can be a subclass of itself?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example