Hi Friends, can you explain instance in java. In general
instance means "occurence of something" . In java what is
instance.
Answer Posted / 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 |
Post New Answer View All Answers
What are loops in java?
What are daemon Threads in java?
What are the differences between processes and threads?
Write a program to reverse a number in java?
What are user defined exceptions?
Is there any difference between synchronized methods and synchronized statements?
Is alive and join method in java?
What is the function of compareto in java?
What is the collection interface?
what is server side caching?
How many wrapper classes are there in java?
Why do we use string?
You're given a Boolean 2D matrix, can you find the number of islands?
What do you mean by static variable?
What is hash in java?