Hi Friends, can you explain instance in java. In general
instance means "occurence of something" . In java what is
instance.
Answer Posted / sharan
Object is called instance in java
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can a static class implement an interface?
What is return used for in java?
What is jrmp?
What are the ways in which a thread can enter the waiting state?
What is singleton class and how can we make a class singleton?
What is a databasemetadata?
In Java list the methods that can be overridden?
Explain thread in java?
What are keywords in java?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is the purpose of the file class in java programming?
How do you find the maximum number from an array without comparing and sorting?
Can a class be defined inside an interface?
Can we make a constructor final?
When should I use singleton pattern?