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 |
Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need
What happens if we don’t define serial version uid?
How does java enable high performance?
How will you communicate between two applets?
why java is better then .net?
Explain the reason behind ending a program with a system.exit(0)?
Why is stringbuffer faster than string?
Can we override the private methods?
What is boolean data type in java?
What is meant by collection in java?
What is anti pattern in programming?
What is parsing a string?