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

Describe the term diamond problem.

0 Answers  


How will you load a specific locale?

0 Answers  


What do you know about the garbage collector?

0 Answers  


What is the difference between path and classpath variables?

0 Answers  


What is length in java?

0 Answers  






Difference between java and javascript

0 Answers  


What environment variables do I need to set on my machine in order to be able to run java programs?

0 Answers  


What’s the difference between the methods sleep() and wait()?

0 Answers  


Is empty .java file name a valid source file name?

0 Answers  


What are Interceptors?

1 Answers  


What is run time polymorphism?

6 Answers   eClerx, Elementus Technologies,


When try and catch block is used ?

6 Answers  


Categories