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 is a static class in java?
Can singleton class be inherited in java?
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
What are null interfaces? Give some examples?
Should database connections be singleton?
How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?
What is a variable declaration?
What is the use of StringTokenizer class?
What are the different types of collections in java?
Why do we create public static method in java?
Can we restart a thread already started in java?
When throw keyword is used?