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



Hi Friends, can you explain instance in java. In general instance means "occurence of somethi..

Answer / ravikiran

in java object creation for a class is known as instance

Is This Answer Correct ?    5 Yes 0 No

Hi Friends, can you explain instance in java. In general instance means "occurence of somethi..

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 you explain instance in java. In general instance means "occurence of somethi..

Answer / shafi

Instance Is Nothingbut Memory Occupation

Is This Answer Correct ?    0 Yes 0 No

Hi Friends, can you explain instance in java. In general instance means "occurence of somethi..

Answer / sharan

Object is called instance in java

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

Give reasons supporting that string is immutable.

1 Answers  


What is singleton pattern?

1 Answers  


What happens when the main() isn't declared as static?

1 Answers  


what is diff bet iterator and enumeration?

4 Answers  


What is the difference between sleep and wait in java?

1 Answers  


Difference between JVM and JRE?

3 Answers   Amdocs,


take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).

1 Answers  


Explain about varargs in java?

1 Answers  


What is parameter example?

1 Answers  


What are advantages of exception handling in java?

1 Answers  


Why we need to serialize the object

11 Answers   CTS, Geometric Software,


Why java does not supports multiple inheritance?

3 Answers   TCS, VSoft,


Categories