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 |
Java is Pass by Value or Pass by Reference?
What does pointer mean?
which class to use when concatenating strings in a loop.
Explain java coding standards for interfaces?
How can we avoid including a header more than once?
Difference between interface and abstract class with ex.
4 Answers Cognizant, Tech Mahindra,
If you are given the name of the function at run time how will you invoke the function?
What is the use of put method?
What is skeleton and stub? What is the purpose of those?
What is integers and example?
Is there a case when finally will not execute?
What are the different conditional statements?