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 the purpose of finalization in java programming?
I want to print “hello” even before main is executed. How will you acheive that?
What is a parameter in java?
what is mean by method signature?
Can we sort hashmap in java?
Can a main method be declared final?
What are the fileinputstream and fileoutputstream?
Which methods are used during serialization and deserialization process?
What type of variable is error flag?
In java how do we copy objects?
What happens when heap memory is full?
Can we have try block without catch block?